Skip to content

Revert "Merge branch '414396-partitioned-fks-v7' into 'master'"

Marius Bobin requested to merge revert-b57d4e8f into master

What does this MR do and why?

This reverts merge request !124865 (merged)

The FK was successfully created and this code is no longer required: https://log.gprd.gitlab.net/goto/8922a070-1a39-11ee-a017-0d32180b1390

    "temp_fk_e20479742e_p" FOREIGN KEY (partition_id, build_id) REFERENCES p_ci_builds(partition_id, id) ON UPDATE CASCADE ON DELETE CASCADE

https://console.postgres.ai/gitlab/gitlab-production-ci/sessions/20032/commands/65341

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #414396 (closed)

Edited by Marius Bobin

Merge request reports