Commit 2a7ae176 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4282 from bke-drewb/3904

Increase snippet content column size.
parents 11703e8e ca69099f
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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment