summaryrefslogtreecommitdiffstats
path: root/db/migrate/20100129193402_change_users_mail_notification_to_string.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
* Rails4: replace deprecated Relation#update_all at db migrationsToshi MARUYAMA2014-01-071-4/+8
* Fixed: Migration from boolean to varchar fails on PostgreSQL 8.1 (#6943).Jean-Philippe Lang2010-11-201-2/+10
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-0/+9