# This migration comes from flyboy (originally 20150415130939) class AddProgressToGoals < ActiveRecord::Migration def change add_column :flyboy_goals, :progress, :integer Flyboy::Goal.all.map(&:update_progress!) end end