attachment history中description字段类型修改
This commit is contained in:
parent
f1e4628e75
commit
f2f9792203
|
@ -0,0 +1,9 @@
|
|||
class ChangeDescriptionForAttachmentHistory < ActiveRecord::Migration
|
||||
def up
|
||||
change_column :attachment_histories, :description, :text
|
||||
end
|
||||
|
||||
def down
|
||||
change_column :attachment_histories, :description, :string
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue