Merge remote-tracking branch 'origin/dev_forum' into dev_trustie_forum

This commit is contained in:
xxq250 2023-08-14 11:31:58 +08:00
commit 51986123bc
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class ChangeMemosContentSize < ActiveRecord::Migration[5.2]
def change
change_column :memos, :content, :longtext
end
end