Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSet a server-side default for the NIPSA column #2272
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
landscape-bot
commented
Jun 3, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Merged |
seanh
closed this
Jun 3, 2015
tilgovi
deleted the
fix-nipsa-migration
branch
Jun 3, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks, @nickstenning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nickstenning commentedJun 3, 2015
This should really be done for all migrations that involve adding a non-nullable column. This makes it possible to run the migration in staging without breaking production.
You will need to throw away your development database (or do something fiddly like downgrade to 4a97f680ecca first and then upgrade to 29d0200ba8a9).