Newer
Older
dmpopidor / db / migrate / 20160805105928_add_region_ref_to_organisation.rb
class AddRegionRefToOrganisation < ActiveRecord::Migration
  def change
    add_reference :organisations, :region
  end
end