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