Fix error for operatorsAliases in sequelize
This commit is contained in:
parent
687dddd454
commit
93f68235d5
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue