Passwords for files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user