Sha256: f3b68dfdd7f3265ae62854d7d1cd7672ef5bb3cc5cd38e427edbd78f6e6c9c5c

Contents?: true

Size: 137 Bytes

Versions: 63

Compression:

Stored size: 137 Bytes

Contents

class AddReminderSentAtToUsers < ActiveRecord::Migration[5.0]
  def change
    add_column :users, :reminder_sent_at, :datetime
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hackathon_manager-0.14.1 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.14.0 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.12 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.11 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.10 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.9 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.8 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.7 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.6 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.5 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.4 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.3 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.2 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.1 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.13.0 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.12.2 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.12.1 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.12.0 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.11.2 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb
hackathon_manager-0.11.1 db/migrate/20161206084722_add_reminder_sent_at_to_users.rb