Newer
Older
dmpopidor / db / migrate / 20130927092206_add_is_other_to_organisations.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 132 bytes DMPonline4 - RAILS 4.0 (#4)
class AddIsOtherToOrganisations < ActiveRecord::Migration
  def change
    add_column :organisations, :is_other, :boolean
  end
end