Skip to content

Drop stale temporary index on ci_job_artifacts

drew stachon requested to merge drop-tmp-artifacts-index into master

What does this MR do and why?

This migration drops a temporary index that we're not using anymore. The schema change was introduced in !79547 (merged), after the index was originally built asynchronously over the weekend.

A background migration ran to clear all the timestamps from the targeted trace artifacts, and we've since verified that there are none left:

image

This index should be empty, which we can be checked as part of the database review.

Closes #352772 (closed)

MR acceptance checklist

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

Edited by drew stachon

Merge request reports