mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
3 lines
117 B
SQL
3 lines
117 B
SQL
ALTER TABLE stage1_outputs ADD COLUMN usage_count INTEGER;
|
|
ALTER TABLE stage1_outputs ADD COLUMN last_usage INTEGER;
|