Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
commit
05ed41615e
@ -0,0 +1,9 @@
|
||||
class ChangeForumDescription < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :forums, :description, :text, default: nil
|
||||
end
|
||||
|
||||
def down
|
||||
change_column :forums, :description, :string, default: ''
|
||||
end
|
||||
end
|
Loading…
Reference in new issue