From e993262754b8ea74a6a00a7ced99d21ac5ccc8ad Mon Sep 17 00:00:00 2001 From: alex-phillips Date: Sat, 15 Feb 2020 10:17:00 -0500 Subject: [PATCH] fixed deprecation notice --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 4b5d674..8352441 100644 --- a/config/config.json +++ b/config/config.json @@ -6,7 +6,7 @@ "host": "127.0.0.1", "dialect": "sqlite", "storage": "dev.db", - "operatorsAliases": false + "operatorsAliases": 0 }, "test": { "username": "root", @@ -15,7 +15,7 @@ "host": "127.0.0.1", "dialect": "sqlite", "storage": "test.db", - "operatorsAliases": false + "operatorsAliases": 0 }, "production": { "username": "root", @@ -23,6 +23,6 @@ "database": "database_production", "host": "127.0.0.1", "dialect": "mysql", - "operatorsAliases": false + "operatorsAliases": 0 } }