Sha256: 3b7ce1af9741bfdbfba3576e974641bb877fe9a2bf950bad95267e4e0f1e0c9e

Contents?: true

Size: 180 Bytes

Versions: 14

Compression:

Stored size: 180 Bytes

Contents

class AddColumnContactPreferenceToParticipant < ActiveRecord::Migration
  def change
    add_column :participants, :contact_preference, :string, empty: true, default: ""
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.2.0.beta1 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.21 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.20 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.19 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.18 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.17 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.16 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.15 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.14 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.13 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.12 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.11 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb
think_feel_do_dashboard-1.1.10 db/migrate/20141106211650_add_column_contact_preference_to_participant.rb