class AddLiveDomainToOrganisation < ActiveRecord::Migration[6.0]
  def change
    add_column :organisations, :live_domain, :string
  end
end
