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
SQLitePlatform::getForeignKeysInAlteredTable was broken due to
getForeignKeys no longer returning constraint names as array keys.
This change introduces a $keysByName map to track constraints with
names, allowing dropped foreign keys to be properly matched and
removed from the result set.
0 commit comments