Sha256: 74a62e7acc1a3180e1ac9e4ea05ff2747a7a3a116a2bb404f29fef1748fc8b97

Contents?: true

Size: 182 Bytes

Versions: 67

Compression:

Stored size: 182 Bytes

Contents

class AddPositionToTramwayEventParticipantFormFields < ActiveRecord::Migration[5.1]
  def change
    add_column :tramway_event_participant_form_fields, :position, :integer
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
tramway-event-1.2.1 lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb
tramway-event-1.2 lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb
tramway-event-1.1 lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb
tramway-event-1.0.1 lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb
tramway-event-1.0 lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb
tramway-event-0.7 lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb
tramway-event-0.6 lib/tramway/event/generators/templates/add_position_to_tramway_event_participant_form_fields.rb