20130821090531_add_internal_ids_to_milestones.rb 125 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddInternalIdsToMilestones < ActiveRecord::Migration def change add_column :milestones, :iid, :integer end end