Sha256: 7526a60b40e52c2503fdf2dbdd3f55761e060de469d1efb9367d2c707e5d7a73

Contents?: true

Size: 169 Bytes

Versions: 14

Compression:

Stored size: 169 Bytes

Contents

class AddColumnDisplayNameToParticipants < ActiveRecord::Migration
  def change
    add_column :participants, :display_name, :string, default: "", null: false
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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