Project

General

Profile

Download (170 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddImageIdToHost < ActiveRecord::Migration[4.2]
def up
add_column :hosts, :image_id, :integer
end

def down
remove_column :hosts, :image_id
end
end
(104-104/409)