forked from Gitlink/forgeplus
Merge remote-tracking branch 'origin/dev_forum' into dev_trustie_forum
This commit is contained in:
commit
51986123bc
|
@ -0,0 +1,5 @@
|
|||
class ChangeMemosContentSize < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :memos, :content, :longtext
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue