Don't forget your rake tasks when performing migrations
Scenario
In my Rails appication I have defined two migration files to add new tables and define an index on a column.
To speed up the migration process, and minimize downtime, the migrations only created empty tables, and to populate these tables I ...
angle-brackets.hashnode.dev1 min read