Remove old column from users table
What does this MR do and why?
With this MR we're cleaning old column from the users table.
This is follow-up from !169769 (merged)
We're following https://docs.gitlab.com/development/database/avoiding_downtime_in_migrations/#dropping-columns documentation, and this is second step.
References
Screenshots or screen recordings
N/A
How to set up and validate locally
- Checkout the branch
- Run
rails db:migrate - Verify that column has been removed!
🎉
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Bojan Marjanovic