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
As mentioned in #10763, ON DELETE RESTRICT might give a false sense of security if the ORM takes the initiative to do the removal on its own. Maybe we should look for such cases and warn against it in the validator?
The text was updated successfully, but these errors were encountered:
As mentioned in #10763,
ON DELETE RESTRICT
might give a false sense of security if the ORM takes the initiative to do the removal on its own. Maybe we should look for such cases and warn against it in the validator?The text was updated successfully, but these errors were encountered: