Remove unused arkose_labs_verify_api_url col from application_settings
What does this MR do and why?
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/360272.
Usage of arkose_labs_verify_api_url
column of application_settings
has been removed 2 years ago and was ignored in Ignore arkose_labs_verify_api_url column of app... (!156618 - merged) (milestone M
– 17.2). This MR drops the column as described in https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#dropping-the-column-release-m1 (milestone M+1
– 17.3).
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
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.