mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
c846a57d03
Drop the log table from the state DB
4 lines
62 B
SQL
4 lines
62 B
SQL
PRAGMA auto_vacuum = INCREMENTAL;
|
|
|
|
DROP TABLE IF EXISTS logs;
|