diff db/migrate/20100705164950_change_changes_path_length_limit.rb @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents cca12e1c1fd4
children
line wrap: on
line diff
--- a/db/migrate/20100705164950_change_changes_path_length_limit.rb	Fri Feb 24 18:36:29 2012 +0000
+++ b/db/migrate/20100705164950_change_changes_path_length_limit.rb	Fri Feb 24 19:09:32 2012 +0000
@@ -3,7 +3,7 @@
     # 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