diff --git a/src/database/stores/fs/mod.rs b/src/database/stores/fs/mod.rs index 05e8873..047cf37 100644 --- a/src/database/stores/fs/mod.rs +++ b/src/database/stores/fs/mod.rs @@ -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); "#,