mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +00:00
chore: unify log queries (#10152)
Unify log queries to only have SQLX code in the runtime and use it for both the log client and for tests
This commit is contained in:
3
codex-rs/state/migrations/0003_logs_thread_id.sql
Normal file
3
codex-rs/state/migrations/0003_logs_thread_id.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE logs ADD COLUMN thread_id TEXT;
|
||||
|
||||
CREATE INDEX idx_logs_thread_id ON logs(thread_id);
|
||||
Reference in New Issue
Block a user