summaryrefslogtreecommitdiffstats
path: root/config/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/schema.json')
-rw-r--r--config/schema.json2
1 files changed, 1 insertions, 1 deletions
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
},