Fix error for operatorsAliases in sequelize

akairo
loicbersier 4 years ago
parent 687dddd454
commit 93f68235d5

@ -5,7 +5,7 @@
"database": "hahayes", "database": "hahayes",
"host": "127.0.0.1", "host": "127.0.0.1",
"dialect": "mysql", "dialect": "mysql",
"operatorsAliases": false "operatorsAliases": "0"
}, },
"production": { "production": {
"username": "root", "username": "root",
@ -13,6 +13,7 @@
"database": "hahayes", "database": "hahayes",
"host": "127.0.0.1", "host": "127.0.0.1",
"dialect": "mysql", "dialect": "mysql",
"operatorsAliases": false "operatorsAliases": "0",
"logging": false
} }
} }
Loading…
Cancel
Save