Bump build number to 450 (#6950)

* Fix upgrade path

* Introduce Upgrade helper

* Reset server database schema version to 1

* Enable release builds on the CI

* Bump build number to 450
This commit is contained in:
Elias Nahum
2023-01-11 21:40:49 +02:00
committed by GitHub
parent 8edf128d59
commit 4199b13843
16 changed files with 324 additions and 319 deletions

View File

@@ -39,7 +39,7 @@ import {
} from './table_schemas';
export const serverSchema: AppSchema = appSchema({
version: 7,
version: 1,
tables: [
CategorySchema,
CategoryChannelSchema,