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

fix: handle migration precedence appropriately #297

Merged
merged 3 commits into from
Mar 8, 2021
Merged

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Mar 8, 2021

This patch makes sure that specific migrations (e.g. 1234_foobar.sqlite.up.sql) override generic migrations (e.g. 1234_foobar.up.sql).

/cc @zepatrik

aeneasr added 3 commits March 7, 2021 22:08
This patch makes sure that specific migrations (e.g. 1234_foobar.sqlite.up.sql) override generic migrations (e.g. 1234_foobar.up.sql).
@aeneasr aeneasr merged commit 548a2df into master Mar 8, 2021
@aeneasr aeneasr deleted the improve-migrations branch March 8, 2021 07:45
@zepatrik
Copy link
Member

zepatrik commented Mar 8, 2021

Haha, fixed that in pop some time ago already 😉 gobuffalo/pop#533

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.

2 participants