Skip to content
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

Stricter migration parsing #397

Merged
merged 1 commit into from
Feb 27, 2023
Merged

Stricter migration parsing #397

merged 1 commit into from
Feb 27, 2023

Conversation

amacneil
Copy link
Owner

  • Always require down directive
  • Require up migration before down migration

Closes #108

@amacneil amacneil force-pushed the adrian/requiredown branch 2 times, most recently from cf20cdd to aa82e25 Compare February 27, 2023 00:05
Require down directive and up before down.
@amacneil amacneil enabled auto-merge (squash) February 27, 2023 00:11
@amacneil amacneil merged commit a02315f into main Feb 27, 2023
@amacneil amacneil deleted the adrian/requiredown branch February 27, 2023 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If there is a space in front of --migrate:down, the migration fails, silently
1 participant