Skip to content

Increase ci_builds artifacts_size column to 8-byte integer to allow larger files

What does this MR do?

Increases the size of the ci_builds artifacts_sizecolumn. A customer ran in to an instance where they could not upload an artifact that was 5.6 GB in size, due to a column size constraint. This increases the integer column limit to 8-byte numbers, which will be a great plenty!

This will require downtime, so we should see how it behaves on stage first.

cc/ @ayufan FYI

Merge request reports