Skip to content

Backfill `request_accepted_at` column to `created_at`

  • Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA

What does this MR do and why?

Backfill request_accepted_at column to created_at

Previously, the system was using the request timestamp instead of an actual grant timestamp when displaying "given access" date to the user.

This commit introduces a backfill migration of request_accepted_at column to the created_at in the members table. The change allows us to display the correct timing for when access was actually granted to the user, improving the accuracy of the user interface and avoiding confusion about access timing.

This commit is a part of an ongoing work. The related MRs are:

Related to: #24721

Changelog: added

Edited by Anton Kalmykov

Merge request reports