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

Fix mysql migration

parent 1f0fa156
Branches
Tags
1 merge request!1204Merge CI into CE
Pipeline #
Loading
Loading
@@ -8,7 +8,7 @@ class LimitsToMysql < ActiveRecord::Migration
change_column :notes, :st_diff, :text, limit: 2147483647
 
# CI
change_column :builds, :trace, :text, limit: 1073741823
change_column :commits, :push_data, :text, limit: 16777215
change_column :ci_builds, :trace, :text, limit: 1073741823
change_column :ci_commits, :push_data, :text, limit: 16777215
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment