Newer
Older
dmpopidor / db / migrate / 20131108151505_add_dmptemplate_id_to_guidance.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 135 bytes DMPonline4 - RAILS 4.0 (#4)
class AddDmptemplateIdToGuidance < ActiveRecord::Migration
  def change
    add_column :guidances, :dmptemplate_id, :integer
  end
end