lib/tramway/event/generators/install_generator.rb in tramway-event-1.8.5 vs lib/tramway/event/generators/install_generator.rb in tramway-event-1.8.6
- old
+ new
@@ -37,10 +37,11 @@
:add_more_fields_to_tramway_event_participants,
# NOTE must be removed until tramway-event 2.0
:rebuild_association_between_participant_and_partakings_to_polymorphic,
- :add_request_period_to_tramway_event_events
+ :add_request_period_to_tramway_event_events,
+ :add_description_to_tramway_event_people
]
migrations.each do |migration|
migration_template "#{migration}.rb", "db/migrate/#{migration}.rb"
end
end