BikeBikeBike/db/migrate/20160521230653_add_highest_step_to_conference_registrations.rb
2016-05-30 18:24:07 -07:00

6 lines
160 B
Ruby

class AddHighestStepToConferenceRegistrations < ActiveRecord::Migration
def change
add_column :conference_registrations, :highest_step, :string
end
end