Project

General

Profile

Download (246 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddProxyToDomain < ActiveRecord::Migration[4.2]
def up
add_column :domains, :dns_id, :integer
remove_column :domains, :dnsserver
remove_column :domains, :gateway
end

def down
remove_column :domains, :dns_id
end
end
(63-63/408)