Project

General

Profile

Download (137 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddGrubPasswordToHosts < ActiveRecord::Migration
def change
add_column :hosts, :grub_pass, :string, :default => ""
end
end
(233-233/282)