Switch to Prisma's "prisma" relation mode to handle CDC event ordering issues. This mode emulates foreign key relations at the Prisma Client layer instead of creating database-level FK constraints, which is the recommended approach for CDC scenarios where event arrival order cannot be guaranteed. Reference: https://www.prisma.io/docs/orm/prisma-schema/data-model/relations/relation-mode Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 20260111000000_init | ||
| 20260112110000_add_referral_adoption_nickname | ||
| 20260112150000_add_unlocked_bonus_tiers | ||
| 20260112200000_add_contribution_records_network_progress | ||
| 20260113000000_use_prisma_relation_mode | ||
| migration_lock.toml | ||