mirror of
https://github.com/openai/codex.git
synced 2026-05-04 19:36:45 +00:00
nit: migration (#12772)
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user