mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
3 lines
74 B
SQL
3 lines
74 B
SQL
ALTER TABLE agent_jobs
|
|
ADD COLUMN auto_export INTEGER NOT NULL DEFAULT 1;
|