feat: add combat_state JSON column to campaigns
This commit is contained in:
parent
12b32bd15a
commit
333ac1e24f
1 changed files with 1 additions and 0 deletions
1
server/migrations/003_combat_state.sql
Normal file
1
server/migrations/003_combat_state.sql
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ALTER TABLE campaigns ADD COLUMN IF NOT EXISTS combat_state JSON NULL DEFAULT NULL;
|
||||||
Loading…
Add table
Reference in a new issue