mirror of
https://github.com/simon987/od-database.git
synced 2025-12-17 00:29:13 +00:00
Change ES settings, big refactor, removed recaptcha
This commit is contained in:
@@ -11,7 +11,8 @@ CREATE TABLE Website (
|
||||
|
||||
CREATE TABLE Admin (
|
||||
username TEXT PRIMARY KEY NOT NULL,
|
||||
password TEXT
|
||||
password TEXT,
|
||||
role TEXT
|
||||
);
|
||||
|
||||
CREATE TABLE BlacklistedWebsite (
|
||||
|
||||
Reference in New Issue
Block a user