lib/tramway/event/generators/install_generator.rb in tramway-event-1.9.18.1 vs lib/tramway/event/generators/install_generator.rb in tramway-event-1.9.18.2
- old
+ new
@@ -39,10 +39,13 @@
# 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_description_to_tramway_event_people
+ :add_description_to_tramway_event_people,
+
+ :create_tramway_event_places,
+ :create_tramway_event_events_places
]
migrations.each do |migration|
migration_template "#{migration}.rb", "db/migrate/#{migration}.rb"
end
end