chore: add migration for quest config column

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
syntaxbullet
2026-03-28 16:29:42 +01:00
parent 912ce5b942
commit 21b5fedfc9
3 changed files with 1411 additions and 0 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "game_settings" ADD COLUMN "quest" jsonb NOT NULL DEFAULT '{"maxActiveQuests": 3}'::jsonb;

File diff suppressed because it is too large Load Diff

View File

@@ -43,6 +43,13 @@
"when": 1771010684586, "when": 1771010684586,
"tag": "0005_wealthy_golden_guardian", "tag": "0005_wealthy_golden_guardian",
"breakpoints": true "breakpoints": true
},
{
"idx": 6,
"version": "7",
"when": 1774711746770,
"tag": "0006_panoramic_mimic",
"breakpoints": true
} }
] ]
} }