-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to sequelize >5.8.11 to fix vulnerability #63
Comments
Same issue here |
Similiar to this, if you upgrade to the latest version of sequelize, this package will not work when you perform a migration. You will get something like the error below when running the migrate command
|
Is there any alternative for this package? |
Not that I'm aware of :( |
Well, that sucks. I found this package which is pretty nice, it basically transforms your already existing database into models. Sadly it doesn't auto update the DB when I change the models, but at least it's way better than doing things from ground zero. |
I got empty table's column in migration script when run makemigration, occurs in sequelize 5.8.11
|
@nvcken did you solve this issue ? |
See : https://www.npmjs.com/advisories/1018
The text was updated successfully, but these errors were encountered: