Skip to content
Snippets Groups Projects
Commit ca69099f authored by Drew Blessing's avatar Drew Blessing
Browse files

Increase snippet content column size.

This will fix issue #3904
parent d58aca06
No related branches found
No related tags found
1 merge request!4282Increase 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment