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.9.19.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.19 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.18.2 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.18.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.18 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.17 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.16 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.15 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.14 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.13 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.12 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.11.2 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.11.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.11 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.10.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.10 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.9.2 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.9.1 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.9 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb
tramway-event-1.9.8 lib/tramway/event/generators/templates/add_more_fields_to_tramway_event_participants.rb