Project

General

Profile

Download (157 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddGrubPasswordToHosts < ActiveRecord::Migration[4.2]
def change
add_column :hosts, :grub_pass, :string, :default => "", :limit => 255
end
end
(178-178/386)