Skip to content

Remove trace column from ci_builds table

Marius Bobin requested to merge 18605-remove-trace-column-from-ci-builds into master

What does this MR do and why?

Related to #18605 (closed)

The column was ignored in %15.4 by !96865 (merged)

This column is be safe to remove because it's not being used for writes since before %9.0 and in %11.0 it was added a background migration to archive existing builds with traces in the database.

On .com it looks like there are only two records that still have data stored this way: #18605 (comment 1058496381)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #18605 (closed)

Edited by Marius Bobin

Merge request reports