Sha256: 49c3eeb6d285ee57efeb0dca4e8c3ac08e628096829c1d07b516c82f3e975658

Contents?: true

Size: 253 Bytes

Versions: 48

Compression:

Stored size: 253 Bytes

Contents

class AddMoreFieldsToTramwayEventParticipants < ActiveRecord::Migration[5.1]
  def change
    add_column :tramway_event_participants, :participation_state, :text, default: :requested
    add_column :tramway_event_participants, :comment, :text
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
tramway-event-1.7.2 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.7.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.7 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.6.4 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.6.3 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.6.2 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.6.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.6 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb