fix(db): add missing game_break_settings column to session_plans
Production was failing with 'no such column: game_break_settings'. The column was added to the schema but migration was missing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
a17e9a0199
commit
b8f36d603e
|
|
@ -0,0 +1,3 @@
|
|||
-- Custom SQL migration file, put your code below! --
|
||||
-- Add game_break_settings column to session_plans table
|
||||
ALTER TABLE `session_plans` ADD `game_break_settings` text;
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -421,6 +421,13 @@
|
|||
"when": 1767744000000,
|
||||
"tag": "0059_steep_shockwave",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 60,
|
||||
"version": "6",
|
||||
"when": 1767655540629,
|
||||
"tag": "0060_conscious_wolf_cub",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue