Commit 81f9ee48 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix mysql migration

parent 1f0fa156
......@@ -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
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