E2106
Postgres (Drizzle) target — Circular foreign keys
The tracked tables’ foreign keys form a cycle, so no safe delete order can be determined.
Fix — break the foreign-key cycle among the tracked tables.
Postgres (Drizzle) target — Circular foreign keys