Newer
Older
dmpopidor / db / migrate / 20130731124011_add_organisation_to_project.rb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 133 bytes DMPonline4 - RAILS 4.0 (#4)
class AddOrganisationToProject < ActiveRecord::Migration
  def change
    add_column :projects, :organisation_id, :integer
  end
end