Sha256: bf2605de560a3279c23beeda335d97f3d183b366d1c931a1e9a8505caf77ce14

Contents?: true

Size: 284 Bytes

Versions: 82

Compression:

Stored size: 284 Bytes

Contents

# frozen_string_literal: true

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

82 entries across 82 versions & 1 rubygems

Version Path
tramway-event-2.0.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-2.0.0.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-2.0 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.9.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.9 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.8.2 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.8.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.8 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.7 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.6.4 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.6.3 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.6.2 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.6 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.5 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.4 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.3.10 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.3.9 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.3.8 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.3.7 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.12.3.6 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb