Avalanche Game prototype. Built with Rails.
class AddValidationToMissionAgentStep < ActiveRecord::Migration def change add_column :mission_agent_steps, :status, :string add_column :mission_agent_steps, :validated, :boolean add_reference :mission_agent_steps, :validated_by, index: true end end