Correct indentation in _private.db.sql

This commit is contained in:
LoganDark
2020-11-24 05:15:13 -08:00
committed by GitHub
parent 5c753db661
commit b4b7b55ce1

View File

@@ -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
); );