parent
6068867670
commit
5ac65d86b1
@ -0,0 +1,8 @@
|
|||||||
|
class ChangecolumnOfOrgDocumentComments < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
change_column :org_document_comments, :title, :text
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue