Newer
Older
dmpopidor / db / migrate / 20130731124532_add_parent_to_organisation.rb
class AddParentToOrganisation < ActiveRecord::Migration
  def change
    add_column :organisations, :parent_id, :integer
  end
end