Passwords for files

This commit is contained in:
Q
2023-08-20 22:23:42 +03:00
parent 80bce10987
commit 9af21b5f58
7 changed files with 103 additions and 16 deletions

View File

@@ -8,6 +8,7 @@ CREATE TABLE IF NOT EXISTS files (
added integer NOT NULL,
expires integer NOT NULL,
downloads integer NOT NULL,
max_downloads integer NOT NULL
max_downloads integer NOT NULL,
passhash text
);
EOF