Bike!Bike! Website!

6 lines
164 B

11 years ago
class AddIsParticipantToConferenceRegistraions < ActiveRecord::Migration
def change
add_column :conference_registrations, :is_participant, :boolean
end
end