From b98eee1d474df69c626039d32a538761fa17522c Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 2 May 2014 23:23:15 +0200 Subject: fix sqlite db name --- config/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/schema.json b/config/schema.json index 47a654124..a6303f54a 100644 --- a/config/schema.json +++ b/config/schema.json @@ -119,7 +119,7 @@ "type": "array", "items": { "type": "string", - "enum": ["pgsql", "mysql", "sqlite", "mssql", "oracle"] + "enum": ["pgsql", "mysql", "sqlite3", "mssql", "oracle"] }, "uniqueItems": true }, -- cgit v1.2.3