Pārlūkot izejas kodu

Fix target version

KernelDeimos 1 gadu atpakaļ
vecāks
revīzija
00e9f922c0

+ 1 - 1
packages/backend/src/services/database/SqliteDatabaseAccessService.js

@@ -42,7 +42,7 @@ class SqliteDatabaseAccessService extends BaseDatabaseAccessService {
         this.db = new Database(this.config.path);
 
         // Database upgrade logic
-        const TARGET_VERSION = 3;
+        const TARGET_VERSION = 4;
 
         if ( do_setup ) {
             this.log.noticeme(`SETUP: creating database at ${this.config.path}`);