class AddLastMobileStatusToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :last_mobile_status, :string
    add_column :uplinks, :last_seen_ip, :string
  end
end
