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