Newer
Older
dmpopidor / db / migrate / 20130927091932_add_other_organisation_to_users.rb
class AddOtherOrganisationToUsers < ActiveRecord::Migration
  def change
    add_column :users, :other_organisation, :string
  end
end