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 migrations #63

Merged
merged 3 commits into from
Mar 13, 2015
Merged

Fix migrations #63

merged 3 commits into from
Mar 13, 2015

Conversation

niekvanderkooy
Copy link
Contributor

Several fixes in the migrations files that generated errors when reversing migrations (For example on a migrate:refresh)

When reverting changed migration, the down would fail because the foreign key constraint has to be dropped before you are able to rename the column.
Probably some left over L5 migration stuff, since you wouldn't notice it until reversing a migration
JC5 added a commit that referenced this pull request Mar 13, 2015
@JC5 JC5 merged commit d9fc715 into firefly-iii:develop Mar 13, 2015
@JC5
Copy link
Member

JC5 commented Mar 13, 2015

Thanks!

@niekvanderkooy niekvanderkooy deleted the fix-migrations branch March 13, 2015 10:15
@Amain Amain mentioned this pull request Apr 17, 2016
@digita1ist digita1ist mentioned this pull request Mar 13, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants