Files
codex/codex-rs/state/migrations/0023_drop_logs.sql
jif-oai c846a57d03 chore: drop log DB (#16433)
Drop the log table from the state DB
2026-04-01 15:49:17 +02:00

4 lines
62 B
SQL

PRAGMA auto_vacuum = INCREMENTAL;
DROP TABLE IF EXISTS logs;