Commit 17a88bb6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix mysql issue fix broken diff for Merge Request

parent 6e2a6d92
class IncreaseMrTextColumnSize < ActiveRecord::Migration
def up
# MYSQL LARGETEXT for merge request
change_column :merge_requests, :st_diffs, :text, :limit => 4294967295
change_column :merge_requests, :st_commits, :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