Commit d032c5b9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add artifacts metadata field to `ci_builds`

parent 642699b0
class AddArtifactsMetadataToCiBuild < ActiveRecord::Migration
def change
add_column :ci_builds, :artifacts_metadata, :text, limit: 4294967295
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