summaryrefslogtreecommitdiffstats
path: root/db/migrate/020_add_role_position.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
* Restores migration broken by r8182 and removes default scope on Role (#9800).Jean-Philippe Lang2011-12-141-1/+1
* Role.all broken in migration due to default sort (columns do not exist yet). ...Jean-Philippe Lang2011-12-101-1/+1
* Removed 'not null' constraint on position fields.Jean-Philippe Lang2007-10-221-1/+1
* added the ability to set the sort order for rolesJean-Philippe Lang2007-01-311-0/+10