Removed unneeded table from schema

This commit is contained in:
Ajay Ramachandran
2019-08-21 17:06:22 -04:00
parent a6b166588f
commit 4ceb7f3b47

View File

@@ -13,9 +13,4 @@ CREATE TABLE IF NOT EXISTS "sponsorTimes" (
"timeSubmitted" INTEGER NOT NULL,
"views" INTEGER NOT NULL
);
CREATE TABLE IF NOT EXISTS "votes" (
"userID" TEXT NOT NULL,
"UUID" TEXT NOT NULL,
"type" INTEGER NOT NULL
);
COMMIT;