perf: remove `valid` index on files

feat/type-attributes
Tomáš Mládek 2022-09-16 15:34:07 +02:00
parent b7d2cbb816
commit fc27936acc
1 changed files with 0 additions and 1 deletions

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);
"#,