]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from db/migrate/20100705164950_change_changes_path_lengt...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 9 Nov 2011 02:46:23 +0000 (02:46 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 9 Nov 2011 02:46:23 +0000 (02:46 +0000)
Contributed by Igor Zubkov.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7755 e93f8b46-1217-0410-a6f0-8f06a7374b81

db/migrate/20100705164950_change_changes_path_length_limit.rb

index 62b8644a4eb9bb6fe892aea84c5937a09edd5262..e00b69d08efd991f8b39ce5534e0a3098970f240 100644 (file)
@@ -3,7 +3,7 @@ class ChangeChangesPathLengthLimit < ActiveRecord::Migration
     # these are two steps to please MySQL 5 on Win32
     change_column :changes, :path, :text, :default => nil, :null => true
     change_column :changes, :path, :text, :null => false
-    
+
     change_column :changes, :from_path, :text
   end