chore: drop log DB (#16433)

Drop the log table from the state DB
This commit is contained in:
jif-oai
2026-04-01 15:49:17 +02:00
committed by GitHub
parent 5bbfee69b6
commit c846a57d03
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
PRAGMA auto_vacuum = INCREMENTAL;
DROP TABLE IF EXISTS logs;