mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-19 05:58:32 +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,
|
||||
"views" INTEGER NOT NULL
|
||||
);
|
||||
CREATE TABLE IF NOT EXISTS "votes" (
|
||||
"userID" TEXT NOT NULL,
|
||||
"UUID" TEXT NOT NULL,
|
||||
"type" INTEGER NOT NULL
|
||||
);
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user