Skip to content
Snippets Groups Projects
Commit b76bfe35 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Add limit change for 'data' column in 'events' when using MySQL

parent 1d5f96cf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -6,5 +6,6 @@ class LimitsToMysql < ActiveRecord::Migration
change_column :merge_request_diffs, :st_diffs, :text, limit: 2147483647
change_column :snippets, :content, :text, limit: 2147483647
change_column :notes, :st_diff, :text, limit: 2147483647
change_column :events, :data, :text, limit: 2147483647
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