Skip to content

Drop unused scope on ci builds

Max Orefice requested to merge morefice/drop-unused-ci-builds-index-3 into master

Ref: #271620 (closed)

What does this MR do and why?

This MR drops an unused scope on ci_builds.

In a follow up MR we will drop an unused index index_ci_builds_on_queued_at currently taking a lot of disk space.

List of relations  
 Schema |             Name             | Type  |  Owner  |   Table   | Size  | Description   
--------+------------------------------+-------+---------+-----------+-------+-------------  
 public | index_ci_builds_on_queued_at | index | joe_292 | ci_builds | 69 GB |   
(1 row)  

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 Max Orefice

Merge request reports