The Prisma schema is failing validation with error P1012, as url and directUrl are no longer supported in schema.prisma for Prisma 7+. These must be moved to prisma.config.ts for proper configuration.
Note: The project's package.json appears to reference an older Prisma version. Do we want to upgrade to Prisma 7+ and proceed with the migration, or stick with the current version (and potentially downgrade if needed)?
The Prisma schema is failing validation with error P1012, as url and directUrl are no longer supported in schema.prisma for Prisma 7+. These must be moved to prisma.config.ts for proper configuration.
Note: The project's package.json appears to reference an older Prisma version. Do we want to upgrade to Prisma 7+ and proceed with the migration, or stick with the current version (and potentially downgrade if needed)?