Skip to content

Remove unused semver column and index_ci_runners_on_id_and_semver_cidr index

The index_ci_runners_on_id_and_semver_cidr was useful for the backfilling of semver values, but that approach was aborted in %15.2 and we can now remove the index and semver column.

https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#dropping-columns

Related to #339523 (closed)

Edited by Pedro Pombeiro