You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workload: detect self-referencing FK for column dependency
In the schemachanger workload we have a function to detect dependencies
on a given column. It would look up and check for foreign keys, but it
didn't account for self-referencing foreign keys. This updates the query
to detect that.
Fixes#153547
Epic: none
Release note: none
0 commit comments