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(db): split referral_legacy migration to handle PostgreSQL enum limitation
PostgreSQL ADD VALUE for enums is not visible within the same transaction,
so the UPDATE statements need to run in a separate migration after the
enum value is committed.
- 0039: Add referral_legacy enum value + is_legacy column (DEFAULT true)
- 0040: Backfill credit_ledger with referral_legacy type
0 commit comments