Project

General

Profile

Download (144 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddIpSuggestionToSubnets < ActiveRecord::Migration[4.2]
def change
add_column :subnets, :ipam, :boolean, :default => true
end
end
(222-222/406)