Merge pull request #185 from LoganDark/patch-1

Correct indentation in _private.db.sql
This commit is contained in:
Ajay Ramachandran 2020-11-24 13:21:11 -05:00 committed by GitHub
commit 0002a7549d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS "sponsorTimes" (
);
CREATE TABLE IF NOT EXISTS "config" (
"key" TEXT NOT NULL,
"key" TEXT NOT NULL,
"value" TEXT NOT NULL
);