Browse Source

Code cleanup: RuboCop: Layout/TrailingWhitespace


git-svn-id: http://svn.redmine.org/redmine/trunk@18300 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 4 years ago
parent
commit
aca28e0716
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      db/migrate/20190620135549_change_roles_name_limit.rb

+ 1
- 1
db/migrate/20190620135549_change_roles_name_limit.rb View File

@@ -2,7 +2,7 @@ class ChangeRolesNameLimit < ActiveRecord::Migration[5.2]
def self.up
change_column :roles, :name, :string, :limit => 255, :default => ''
end
def self.down
change_column :roles, :name, :string, :limit => 30, :default => ''
end

Loading…
Cancel
Save