class AddBackofficeUrlToServers < ActiveRecord::Migration
  def change
    add_column :servers, :backoffice_url, :string
  end
end
