MMigrating Data along with the Schema
05/22/2019 — 3 Min Read — In Rails, PostgreSQL
It all started with wanting to move a column from one table to another. The schema changes were straightforward enough. We wanted to keep the data as well, so that too needed to be migrated. We wrote…