Fix target version

This commit is contained in:
KernelDeimos 2024-04-12 23:16:49 -04:00
parent 361e51060a
commit 00e9f922c0

View File

@ -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}`);