Project

General

Profile

Download (251 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddProxyToDomain < ActiveRecord::Migration
def self.up
add_column :domains, :dns_id, :integer
remove_column :domains, :dnsserver
remove_column :domains, :gateway
end

def self.down
remove_column :domains, :dns_id
end
end
(63-63/83)