##// END OF EJS Templates
Fixed migration 87 (mysql: TEXT column can't have a default value)....
Jean-Philippe Lang -
r1079:97e7432ce6da
parent child
Show More
@@ -1,8 +1,8
1 1 class ChangeProjectsDescriptionToText < ActiveRecord::Migration
2 2 def self.up
3 change_column :projects, :description, :text, :default => ''
3 change_column :projects, :description, :text
4 4 end
5 5
6 6 def self.down
7 7 end
8 8 end
General Comments 0
You need to be logged in to leave comments. Login now