mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-12 18:04:29 +01:00
Merge pull request #185 from LoganDark/patch-1
Correct indentation in _private.db.sql
This commit is contained in:
commit
0002a7549d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS "sponsorTimes" (
|
||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS "config" (
|
CREATE TABLE IF NOT EXISTS "config" (
|
||||||
"key" TEXT NOT NULL,
|
"key" TEXT NOT NULL,
|
||||||
"value" TEXT NOT NULL
|
"value" TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue