Project

General

Profile

Download (138 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddPxeLoaderToHost < ActiveRecord::Migration[4.2]
def change
add_column :hosts, :pxe_loader, :string, :limit => 255
end
end
(241-241/386)