Files
Aitor Alonso 3070189537 fix: fixes 4186
Some database providers, like supabase, provides two URLs to access the database. A main URL behind pgBouncer's for load balancing, and a direct separated URL to perform migrations (running DDL operations), as does not support
advisory locks or multi-statement DDL required by migrations.

Before v3.1.0, adding `directUrl` along with `url` to `prisma/schema.prisma` was enought. Now, I'm making a commit to use direct url when set
2026-04-20 21:58:54 +02:00
..
2025-12-04 00:53:54 -08:00
2026-04-20 21:58:54 +02:00
2025-10-01 10:21:20 -07:00
2025-04-29 14:36:52 -07:00
2025-12-04 00:53:54 -08:00
2025-04-29 14:36:52 -07:00
2025-04-29 14:36:52 -07:00
2025-04-29 14:36:52 -07:00