feat: add combat_state JSON column to campaigns

This commit is contained in:
Aaron Wood 2026-04-11 15:29:58 -04:00
parent 12b32bd15a
commit 333ac1e24f

View file

@ -0,0 +1 @@
ALTER TABLE campaigns ADD COLUMN IF NOT EXISTS combat_state JSON NULL DEFAULT NULL;