Project

General

Profile

Download (146 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddGrubPasswordToHostgroup < ActiveRecord::Migration
def change
add_column :hostgroups, :grub_pass, :string, :default => ""
end
end
(234-234/281)