lib/tramway/event/generators/install_generator.rb in tramway-event-1.6.4 vs lib/tramway/event/generators/install_generator.rb in tramway-event-1.7
- old
+ new
@@ -32,10 +32,13 @@
# NOTE must be removed until tramway-event 2.0
:rename_tramway_event_people_sections_to_tramway_event_partakings,
:add_position_to_tramway_event_partakings,
:add_state_to_tramway_event_partakings,
- :add_more_fields_to_tramway_event_participants
+ :add_more_fields_to_tramway_event_participants,
+
+ # NOTE must be removed until tramway-event 2.0
+ :rebuild_association_between_participant_and_partakings_to_polymorphic
]
migrations.each do |migration|
migration_template "#{migration}.rb", "db/migrate/#{migration}.rb"
end
end