mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Make key in config unique
This commit is contained in:
@@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS "categoryVotes" (
|
|||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS "config" (
|
CREATE TABLE IF NOT EXISTS "config" (
|
||||||
"key" TEXT NOT NULL,
|
"key" TEXT NOT NULL UNIQUE,
|
||||||
"value" TEXT NOT NULL
|
"value" TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user