Start using sequelize migrations

This commit is contained in:
canove
2020-07-17 11:40:15 -03:00
parent 77158df3a1
commit a41f7e63ac
12 changed files with 160 additions and 83 deletions

View File

@@ -26,12 +26,12 @@
"mysql2": "^2.1.0",
"qrcode-terminal": "^0.12.0",
"sequelize": "^5.21.13",
"sequelize-cli": "^5.5.1",
"socket.io": "^2.3.0",
"whatsapp-web.js": "^1.7.0",
"youch": "^2.0.10"
},
"devDependencies": {
"nodemon": "^2.0.4"
"nodemon": "^2.0.4",
"sequelize-cli": "^5.5.1"
}
}