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.integer :validation_id t.string :validation_type t.timestamps end end end