class AddPresenceUrlToRouterInventories < ActiveRecord::Migration[6.0]
  def change
    add_column :router_inventories, :presence_url, :text
  end
end
