Open aurelienpierre opened 5 months ago
When sql-check returns an error, blindly attempt to run REINDEX table; on all tables to try and recover the db. SQLite3 also has a .recover command in CLI, investigate that…
REINDEX table;
.recover
When sql-check returns an error, blindly attempt to run
REINDEX table;
on all tables to try and recover the db. SQLite3 also has a.recover
command in CLI, investigate that…