mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03: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;
|