lib/tramway/event/generators/install_generator.rb in tramway-event-1.2.2 vs lib/tramway/event/generators/install_generator.rb in tramway-event-1.2.3

- old
+ new

@@ -22,8 +22,9 @@ migration_template 'add_options_to_tramway_event_participant_form_fields.rb', 'db/migrate/add_options_to_tramway_event_participant_form_fields.rb' migration_template 'add_position_to_tramway_event_participant_form_fields.rb', 'db/migrate/add_position_to_tramway_event_participant_form_fields.rb' migration_template 'create_tramway_event_sections.rb', 'db/migrate/create_tramway_event_sections.rb' migration_template 'add_icon_to_tramway_event_sections.rb', 'db/migrate/add_icon_to_tramway_event_sections.rb' migration_template 'add_position_to_tramway_event_sections.rb', 'db/migrate/add_position_to_tramway_event_sections.rb' + migration_template 'add_status_to_tramway_event_events.rb', 'db/migrate/add_status_to_tramway_event_events.rb' end end end