Updated table to include category

This commit is contained in:
Ajay Ramachandran
2020-04-06 14:05:42 -04:00
parent 77f9618e0c
commit b74ca3962b

View File

@@ -11,6 +11,7 @@ CREATE TABLE IF NOT EXISTS "sponsorTimes" (
"userID" TEXT NOT NULL,
"timeSubmitted" INTEGER NOT NULL,
"views" INTEGER NOT NULL,
"category" TEXT NOT NULL;
"shadowHidden" INTEGER NOT NULL
);
CREATE TABLE IF NOT EXISTS "userNames" (