Skip to content
Snippets Groups Projects
Commit 2a7ae176 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #4282 from bke-drewb/3904

Increase snippet content column size.
parents 11703e8e ca69099f
No related branches found
No related tags found
No related merge requests found
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