Added vip addition endpoint.

This commit is contained in:
Ajay Ramachandran
2019-09-04 14:44:55 -04:00
parent ff0b661f26
commit 83c3a35ce4
2 changed files with 44 additions and 5 deletions

View File

@@ -10,8 +10,4 @@ CREATE TABLE IF NOT EXISTS "sponsorTimes" (
"views" INTEGER NOT NULL,
"shadowHidden" INTEGER NOT NULL
);
CREATE TABLE IF NOT EXISTS "userNames" (
"userID" TEXT NOT NULL,
"userName" TEXT NOT NULL
);
COMMIT;