Main Avalanche Network server application. Built with Ruby on Rails.
class CreateStepValidations < ActiveRecord::Migration def change create_table :step_validations do |t| t.references :agent_step, index: true t.references :step_verifications, index: true t.string :mode t.string :description t.timestamps end end end