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(drizzle): avoid ts errors for payload generate:db-schema with circular references (#15895)
Fixes#15733
Now we append `AnyPgColumn` or `AnySQLiteColumn` in cases if any
circular references were found, for example with `media → teams →
organizations → media`.
0 commit comments