From 97b2d2d56147b434622a3c8a7916e9fa5300b919 Mon Sep 17 00:00:00 2001 From: Joe Dowd Date: Sat, 15 Feb 2020 21:02:56 +0000 Subject: [PATCH] Updated config comment to match changed condition for running schema script --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index b90e11e..0d76f8b 100644 --- a/config.json.example +++ b/config.json.example @@ -8,7 +8,7 @@ "behindProxy": true, "db": "./databases/sponsorTimes.db", "privateDB": "./databases/private.db", - "createDatabaseIfNotExist": true, //depends on mode='development' //This will run on startup every time - so ensure "create table if not exists" is used in the schema + "createDatabaseIfNotExist": true, //This will run on startup every time (unless readOnly is true) - so ensure "create table if not exists" is used in the schema "dbSchema": "./databases/_sponsorTimes.db.sql", "privateDBSchema": "./databases/_private.db.sql", "mode": "development",