Main Avalanche Network server application. Built with Ruby on Rails.

20150218012255_create_step_validations.rb 254B

    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