mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
e6c4f548ab
Unify log queries to only have SQLX code in the runtime and use it for both the log client and for tests
4 lines
97 B
SQL
4 lines
97 B
SQL
ALTER TABLE logs ADD COLUMN thread_id TEXT;
|
|
|
|
CREATE INDEX idx_logs_thread_id ON logs(thread_id);
|