Backfill `request_accepted_at` column to `created_at`
requested to merge gitlab-community/gitlab:24721_Backfill_the_request_accepted_at_column_to_created_at_in_the_members_table into master
-
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 (closed)
Changelog: added
Edited by Anton Kalmykov