Project

General

Profile

Download (181 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddIdToUserHostgroup < ActiveRecord::Migration
def up
add_column :user_hostgroups, :id, :primary_key
end

def down
remove_column :user_hostgroups, :id
end
end
(150-150/286)