Drop ci_build_trace_sections table and related
What does this MR do and why?
This drops two deprecated tables, freeing up 1,170 GB of space on GitLab.com.
- Related issue: #337209 (closed)
- Code cleaned up already - nothing is using this anymore: !66574 (merged)
- Tables have been renamed to have a
dep_
prefix - A backup of data on GitLab.com has been taken: https://gitlab.com/gitlab-org/database-team/team-tasks/-/issues/198
- Dropping the table had been prepped in !66674 (closed) a while ago, this is a refresher MR (taken over from https://gitlab.com/gitlab-org/verify-stage/-/issues/119#note_715069816)
- The table doesn't show activity on GitLab.com (beyond cascading project deletes)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Andreas Brandl