Major improvement, security handling, file handling +fixes
This commit is contained in:
5
migrations/007_hash_blacklist.sql
Normal file
5
migrations/007_hash_blacklist.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE hash_blacklist (
|
||||
hash BLOB PRIMARY KEY,
|
||||
created_at DATETIME NOT NULL DEFAULT (datetime('now')),
|
||||
reason TEXT
|
||||
);
|
||||
Reference in New Issue
Block a user