perf: remove valid index on files

This commit is contained in:
Tomáš Mládek 2022-09-16 15:34:07 +02:00
parent b7d2cbb816
commit fc27936acc

View file

@ -94,7 +94,6 @@ impl FsStore {
);
CREATE INDEX IF NOT EXISTS files_hash ON files (hash);
CREATE INDEX IF NOT EXISTS files_valid ON files (valid);
PRAGMA journal_mode = WAL; PRAGMA wal_autocheckpoint = 1000; PRAGMA wal_checkpoint(TRUNCATE);
"#,