Major improvement, security handling, file handling +fixes
This commit is contained in:
3
migrations/006_dedup.sql
Normal file
3
migrations/006_dedup.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE content_files ADD COLUMN plaintext_hash BLOB;
|
||||
ALTER TABLE content_files ADD COLUMN ref_count INTEGER NOT NULL DEFAULT 1;
|
||||
CREATE INDEX idx_content_files_plaintext_hash ON content_files(plaintext_hash);
|
||||
Reference in New Issue
Block a user