Skip to content

Create RemoveCatalogResourceComponentsPathColumn post migration

Kasia Misirli requested to merge 450388/Drop_path_column into master

What does this MR do and why?

Parent issue #441666 (closed)

Child #450388 (closed) - this is a continuation task from the parent issue.

This issue is dropping the path column on catalog_resource_components table as per https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#dropping-columns guidelines.

The column was marked as ignored here !147115 (diffs)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshot_2024-04-16_at_17.02.43

Screenshots or screen recordings

Screenshot_2024-04-22_at_11.29.40

How to set up and validate locally

Run rails db:migrate and see that migration has been successful.

Edited by Kasia Misirli

Merge request reports