class AddOrganisationIdToUpgradeData < ActiveRecord::Migration[6.0]
  def change
    add_column :upgrade_data, :organisation_id, :integer
  end
end
