class AddIsPrimaryToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :is_primary, :boolean ,:default => false
  end
end
