class AddSnmpConfigIdToRouterInventory < ActiveRecord::Migration[6.0]
  def change
    add_column :router_inventories, :snmp_config_id, :integer
  end
end
