lib/tramway/event/generators/install_generator.rb in tramway-event-1.7.2 vs lib/tramway/event/generators/install_generator.rb in tramway-event-1.8

- old
+ new

@@ -35,10 +35,12 @@ :add_position_to_tramway_event_partakings, :add_state_to_tramway_event_partakings, :add_more_fields_to_tramway_event_participants, # NOTE must be removed until tramway-event 2.0 - :rebuild_association_between_participant_and_partakings_to_polymorphic + :rebuild_association_between_participant_and_partakings_to_polymorphic, + + :add_request_period_to_tramway_event_events ] migrations.each do |migration| migration_template "#{migration}.rb", "db/migrate/#{migration}.rb" end end