2
0

🚑 Fix answer upsert missing groupId

This commit is contained in:
Baptiste Arnaud
2023-06-30 12:56:50 +02:00
parent b0f25f301b
commit 24126ac9b8
3 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
provider = "prisma-client-js"
previewFeatures = ["extendedWhereUnique"]
}
datasource db {