base
This commit is contained in:
@@ -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
|
||||
""")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user