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
Previously, when building the graph, the code would only add rows
realted through a reverse foreign-key relation only if they were
from a table included in the `only_tables` argument. However, rows
related by forward foreign-keys would be added regardless. This was a
mistake, and now the forward case is similar to the reverse case.