lib/tramway/event/generators/install_generator.rb in tramway-event-1.2.1 vs lib/tramway/event/generators/install_generator.rb in tramway-event-1.2.2
- old
+ new
@@ -21,8 +21,9 @@
migration_template 'create_tramway_event_participants.rb', 'db/migrate/create_tramway_event_participants.rb'
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'
end
end
end