forked from Gitlink/forgeplus
fixed 发贴内容长度增加longtext
This commit is contained in:
parent
cd6e6b18c3
commit
c47bcbd46d
|
@ -0,0 +1,5 @@
|
|||
class ChangeMemosContentSize < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :memos, :content, :longtext
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue