mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Make key in config unique
This commit is contained in:
parent
b2705dfb2d
commit
14c0aa1ec1
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ CREATE TABLE IF NOT EXISTS "categoryVotes" (
|
|||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS "config" (
|
||||
"key" TEXT NOT NULL,
|
||||
"key" TEXT NOT NULL UNIQUE,
|
||||
"value" TEXT NOT NULL
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue