From 93f68235d54d6e0dd0298b57b964f402c66a462c Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 16 Jul 2020 09:25:49 +0200 Subject: [PATCH] Fix error for operatorsAliases in sequelize --- config/config-example.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/config-example.json b/config/config-example.json index 2488c84..7d25756 100644 --- a/config/config-example.json +++ b/config/config-example.json @@ -5,7 +5,7 @@ "database": "hahayes", "host": "127.0.0.1", "dialect": "mysql", - "operatorsAliases": false + "operatorsAliases": "0" }, "production": { "username": "root", @@ -13,6 +13,7 @@ "database": "hahayes", "host": "127.0.0.1", "dialect": "mysql", - "operatorsAliases": false + "operatorsAliases": "0", + "logging": false } } \ No newline at end of file