Use auto_stop_in value from options instead of column
What does this MR do and why?
Use auto_stop_in value from options instead of column
This value is currently stored twice in the p_ci_builds_metadata
table: serialized within options and in environment_auto_stop_in.
There are no queries that benefit from the dedicated column, so it can be removed.
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
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.
Related to #545659 (closed)