mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-03-29 17:28:07 +03:00
Changed from version table to a key-value config table.
This commit is contained in:
@@ -25,8 +25,9 @@ CREATE TABLE IF NOT EXISTS "categoryVotes" (
|
||||
"votes" INTEGER NOT NULL default '0'
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "version" (
|
||||
"code" INTEGER NOT NULL default '0'
|
||||
CREATE TABLE IF NOT EXISTS "config" (
|
||||
"key" TEXT NOT NULL,
|
||||
"value" TEXT NOT NULL
|
||||
);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS sponsorTimes_videoID on sponsorTimes(videoID);
|
||||
|
||||
Reference in New Issue
Block a user