Code cleanup: RuboCop: Layout/TrailingWhitespace
git-svn-id: http://svn.redmine.org/redmine/trunk@18300 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e3e2be9027
commit
aca28e0716
@ -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…
x
Reference in New Issue
Block a user