summaryrefslogtreecommitdiffstats
path: root/db/migrate/20100129193813_update_mail_notification_values.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943).Jean-Philippe Lang2010-11-201-3/+2
* Rewrites UpdateMailNotificationValues migration to avoid model validations an...Jean-Philippe Lang2010-11-061-16/+3
* Correctly update all mail_notification options. #6549Eric Davis2010-10-101-2/+16
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-0/+11