class AddColumnToSqm < ActiveRecord::Migration[6.0]
  def change
    add_column :sqms, :organisation_id, :integer
  end
end
