Newer
Older
dmpopidor / db / migrate / 20150430135839_add_plan_id_to_comments.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 120 bytes DMPonline4 - RAILS 4.0 (#4)
class AddPlanIdToComments < ActiveRecord::Migration
  def change
    add_column :comments, :plan_id, :integer
  end
end