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

Fixed migrations failures. Fixes #230 #234

Merged
merged 1 commit into from Apr 3, 2017

Conversation

ArtyomKa
Copy link
Contributor

@ArtyomKa ArtyomKa commented Apr 1, 2017

removed missing table
made foreignkey fields unsigned

Proposed solution

Edited migration files:
removed attempt to define a FK for a missing table.
Also according to this foreign keys should be unsigned (at least in mysql).

Tradeoffs

Migration files edited. Not a good practice.

Testing Done

Run migrations on local mysql instance

removed missing table
made foreignkey fields unsigned
@ArtyomKa ArtyomKa requested review from netanelben and Rn4v April 1, 2017 19:25
Copy link
Contributor

@asihud asihud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to many changes.
it is needed to check if its working.

@natekonimbo natekonimbo merged commit 34673f6 into Midburn:master Apr 3, 2017
@ArtyomKa ArtyomKa deleted the fix_production_migrations branch April 9, 2018 21:49
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.

None yet

3 participants