BigW Consortium Gitlab

20130821090531_add_internal_ids_to_milestones.rb 147 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddInternalIdsToMilestones < ActiveRecord::Migration
  def change
    add_column :milestones, :iid, :integer
  end
end