About Database Migrations:
- A Quick Class on Migrations - this is an index of a lot of the other things about database migrations from codefol.io
- Deployment and Migrations - how to handle your migrations alongside deployment
- Migration Code Review - how is migration code different from application code? How should you do code review for it?
- Good Strong Migrations - pointers to two different references on best practices for migration code
- Existing Work on Migrations without Downtime - more pointers to best practices on how to write your migration code, this time so that it doesn’t bring down production when deploying…