Cleanup columns related to delayed deletion on instance level
requested to merge bmarjanovic/411206-cleanup-columns-related-to-delayed-project-group-deletion into master
What does this MR do and why?
Based on the issue, we're removing columns from ApplicationSetting
model. Since we're following https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html documentation, we'll do it in 3 releases:
- Ignoring the column (release M) <--- HERE WE ARE
- Dropping the column (release M+1)
- Removing the ignore rule (release M+2)
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.
Screenshots or screen recordings
N/A
How to set up and validate locally
N/A
Related to #411206 (closed)
Edited by Bojan Marjanovic