Topic: migrations
-
Branch DB Rollback
A nice expansion to the rails db:rollback command that allows engineers to quickly rollback changes specifically for the current branch. -
5 Steps To Change A Column Type With Zero Downtime Deployment In Rails
It's not that easy to make an easy change. Especially if that change is applied to an existing large table.