I am new to rails and am working on updating a simple rails app. It currently has a one to many relationship between :categories to :galleries. I've changed both models to a HABTM relationship, and have created the join table migration.
Is there a way to set up a migration so that gallery_ids previously stored in the category table can be moved to the join table?