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
Fix null constraint columns in add-foreign-keys template (#962)
Add default([]) filter before sort to handle cases where
constraint['columns'] may be null, preventing Twig runtime errors
during migration snapshot generation.
Fixes#961
0 commit comments