Browse Source

Fix migrations

Chocobozzz 4 years ago
parent
commit
5faed16653

+ 1 - 1
server/initializers/constants.ts

@@ -14,7 +14,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
 
 // ---------------------------------------------------------------------------
 
-const LAST_MIGRATION_VERSION = 430
+const LAST_MIGRATION_VERSION = 435
 
 // ---------------------------------------------------------------------------
 

+ 0 - 0
server/initializers/migrations/0425-user-modals.ts → server/initializers/migrations/0435-user-modals.ts