-
-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
I am attempting to upgrade to Prisma v7 in order to keep in SOC compliance. Prisma v7 requires the url field to be removed in the datasource of the schema file. However, after removing that line and running generate, I receive the following blocking error: src\db\schema.zmodel:14:1 - datasource must include a "url" field.
It seems like there's no workaround for this at the moment.
Environment (please complete the following information):
- ZenStack version: 2.21.1
- Prisma version: 7.0.0
- Database type: Postgresql