Skip to content

Geo - Fix migration to migrate LFS objects entries into their own registry table

What does this MR do?

This MR rectify a mistake I have made in !18415 (comment 238006177). The INSERT of the new data into lfs_object_registry should have happened before the new code is booted. And the adding of the TRIGGER was intended to exist while old code was running and to be removed after new code is booted.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #10067 (closed)

Edited by Michael Kozono

Merge request reports