Skip to content

Remove unexpected FK prior to swapping columns

Andreas Brandl requested to merge ab/remove-inconsistent-fk into master

What does this MR do and why?

#341822 (closed) indicates that there is a common inconsistency with an unexpected foreign key. This causes migrations to fail upon upgrade to 14.3.

We patch the migration (and backport this to 14.3) so that the unexpected foreign key is removed prior to running the rest of the migration.

MR acceptance checklist

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

Edited by Andreas Brandl

Merge request reports