提交 2a7ae176 编写于 作者: D Dmitriy Zaporozhets

Merge pull request #4282 from bke-drewb/3904

Increase snippet content column size.
class IncreaseSnippetTextColumnSize < ActiveRecord::Migration
def up
# MYSQL LARGETEXT for snippet
change_column :snippets, :content, :text, :limit => 4294967295
end
def down
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册