class AddIsDeletedToUplinks < ActiveRecord::Migration[6.0]
  def change
    add_column :uplinks, :is_deleted, :boolean, default: false
  end
end
