Skip to content

Finalize backfill vs_code_settings column batched migrations

What does this MR do and why?

In !138355 (merged) and !140091 (merged), we introduced two batched background migrations to backfill the uuid and version columns of the vs_code_settings table with the goal of introducing a NOT NULL constraint as recommended by https://docs.gitlab.com/ee/development/database/not_null_constraints.html.

This merge request finalizes these two batched background migrations as documented in https://docs.gitlab.com/ee/development/database/batched_background_migrations.html#finalize-a-batched-background-migration.

Changelog: other

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.

Related to #428031 (closed)

Edited by Enrique Alcántara

Merge request reports