class AddColumnsToRouterInventories < ActiveRecord::Migration[6.0]
  def change
    add_column :router_inventories, :ap_group_id, :integer
  end
end
