Minor adjustments
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIsConfirmedToConferenceRegistraions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conference_registrations, :is_confirmed, :boolean
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddIsParticipantToConferenceRegistraions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conference_registrations, :is_participant, :boolean
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddIsVolunteerToConferenceRegistraions < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :conference_registrations, :is_volunteer, :boolean
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user