mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-27 01:48:33 +03:00
Updated table to include category
This commit is contained in:
@@ -11,6 +11,7 @@ CREATE TABLE IF NOT EXISTS "sponsorTimes" (
|
|||||||
"userID" TEXT NOT NULL,
|
"userID" TEXT NOT NULL,
|
||||||
"timeSubmitted" INTEGER NOT NULL,
|
"timeSubmitted" INTEGER NOT NULL,
|
||||||
"views" INTEGER NOT NULL,
|
"views" INTEGER NOT NULL,
|
||||||
|
"category" TEXT NOT NULL;
|
||||||
"shadowHidden" INTEGER NOT NULL
|
"shadowHidden" INTEGER NOT NULL
|
||||||
);
|
);
|
||||||
CREATE TABLE IF NOT EXISTS "userNames" (
|
CREATE TABLE IF NOT EXISTS "userNames" (
|
||||||
|
|||||||
Reference in New Issue
Block a user