post merge

This commit is contained in:
Marek Maslowski
2026-04-05 10:26:23 +02:00
parent b8c3d5b3d1
commit 0d3a10120a
2 changed files with 4 additions and 1 deletions

View File

@@ -735,7 +735,7 @@ function runMigrations(db: Database.Database): void {
},
() => {
try {db.exec('UPDATE addons SET enabled = 0 WHERE id = memories');} catch (err) {}
}
},
// Migration 69: Place region cache for sub-national Atlas regions
() => {
db.exec(`