-
-
Notifications
You must be signed in to change notification settings - Fork 163
UP ALLOW not working correctly #621
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
It looks to be working. I think what you saw was just a confusing error from Sequelize, that umzug is unhelpfully hiding most of. The full error will look something more like this:
So, I'll close this, but feel free to watch for a fix to #619. Or if you think there's still something wrong, please open a new issue with a repro, or a test which showcases the problem. The existing rerun tests are a good reference point. |
I run npm run umzug down -- --name 0480_create_materialized_db.ts --rerun ALLOW
and I get
Error: Validation error
if I run down and then up on that migration it works so the allow is not working correctly
The text was updated successfully, but these errors were encountered: