Project

General

Profile

Download (136 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddManagedToNics < ActiveRecord::Migration[4.2]
def change
add_column :nics, :managed, :boolean, :default => true
end
end
(166-166/386)