This commit is contained in:
mike
2025-12-12 23:04:51 +01:00
parent 56b2db82fc
commit 87550e426a
14 changed files with 132 additions and 122 deletions

View File

@@ -227,7 +227,7 @@ class HashStore:
# Get all files with their hashes
cursor.execute("""
SELECT f.path, f.checksum
FROM files_bak f
FROM files f
WHERE f.checksum IS NOT NULL
""")