Newer
Older
dmpopidor / db / migrate / 20130902141025_add_is_default_to_dmptemplate.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 133 bytes DMPonline4 - RAILS 4.0 (#4)
class AddIsDefaultToDmptemplate < ActiveRecord::Migration
  def change
    add_column :dmptemplates, :is_default, :boolean
  end
end