mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-19 14:09:06 +03:00
Removed unneeded table from schema
This commit is contained in:
@@ -13,9 +13,4 @@ CREATE TABLE IF NOT EXISTS "sponsorTimes" (
|
|||||||
"timeSubmitted" INTEGER NOT NULL,
|
"timeSubmitted" INTEGER NOT NULL,
|
||||||
"views" 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;
|
COMMIT;
|
||||||
|
|||||||
Reference in New Issue
Block a user