-
Notifications
You must be signed in to change notification settings - Fork 277
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
dbmate requires each migration to define a down block with '-- migrate:down' when it defined #472
Comments
I can create PR if you approve the issue |
Facing the same issue. |
I'm trying to reproduce this issue:
I cannot reproduce the problem with the latest pre-release build:
Can anyone who is affected by this issue please provide a minimal reproduction migration file that triggers this issue so I can try to reproduce it? |
I just noticed that @nolinkspl is on Windows, so this may be a duplicate of #213, which I believe will be fixed by #496. |
@nolinkspl Now that v2.8.0 has been released (#497), can you please update to that version and see if you can still reproduce the error? |
Description
I've updated dbmate to actual version and some of my migrations became failed.
Steps To Reproduce
Errors appears if something written after
-- migrate:down
, i.e.transaction:false
-- migrate:down transaction:false
Expected Behavior
It works with transaction:false or ignore unrecognized params
The text was updated successfully, but these errors were encountered: