forked from Supositware/Haha-Yes
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",
|
||||
"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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue