Project

General

Profile

Download (177 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveEnvironmentFromHost < ActiveRecord::Migration
def up
remove_column :hosts, :environment
end

def down
add_column :hosts, :environment, :text
end
end
(157-157/242)