nit: migration (#12772)
This commit is contained in:
parent
e4bfa763f6
commit
8d49e0d0c4
1 changed files with 2 additions and 0 deletions
2
codex-rs/state/migrations/0017_phase2_selection_flag.sql
Normal file
2
codex-rs/state/migrations/0017_phase2_selection_flag.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE stage1_outputs
|
||||
ADD COLUMN selected_for_phase2 INTEGER NOT NULL DEFAULT 0;
|
||||
Loading…
Add table
Reference in a new issue