Main Avalanche Network server application. Built with Ruby on Rails.
class RemoveStepVerificationFromStepValidations < ActiveRecord::Migration def change remove_reference :step_validations, :step_verifications, index: true end end