Generate and delete API tokens

This commit is contained in:
Simon
2018-06-09 12:41:28 -04:00
parent de717d3992
commit a25976d24a
5 changed files with 131 additions and 8 deletions

View File

@@ -45,7 +45,12 @@ CREATE TABLE Queue (
CREATE TABLE Admin (
username TEXT PRIMARY KEY NOT NULL,
password TEXT
)
);
CREATE TABLE ApiToken (
token TEXT PRIMARY KEY NOT NULL,
description TEXT
);
-- Full Text Index