##// END OF EJS Templates
remove trailing white-spaces from db/migrate/20100705164950_change_changes_path_length_limit.rb (#9510)...
Toshi MARUYAMA -
r7635:4b38902ef773
parent child
Show More
@@ -3,7 +3,7 class ChangeChangesPathLengthLimit < ActiveRecord::Migration
3 3 # these are two steps to please MySQL 5 on Win32
4 4 change_column :changes, :path, :text, :default => nil, :null => true
5 5 change_column :changes, :path, :text, :null => false
6
6
7 7 change_column :changes, :from_path, :text
8 8 end
9 9
General Comments 0
You need to be logged in to leave comments. Login now