class AddUplinkNameToUplink < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :uplink_name, :string
  end
end
