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
We DROP CASCADE PKs, so later tables that had their FKs dropped in the cascade don't have self.fks instantiated (specifically if created with defer_sql_obs=True) because they have already been dropped.
The text was updated successfully, but these errors were encountered:
We
DROP CASCADE
PKs, so later tables that had their FKs dropped in the cascade don't haveself.fks
instantiated (specifically if created withdefer_sql_obs=True
) because they have already been dropped.The text was updated successfully, but these errors were encountered: