driver adapters
This commit is contained in:
parent
3a985ef484
commit
961a09c27c
4 changed files with 65 additions and 3 deletions
|
|
@ -2,7 +2,8 @@
|
|||
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
provider = "prisma-client-js"
|
||||
previewFeatures = ["driverAdapters"]
|
||||
}
|
||||
|
||||
generator pothos {
|
||||
|
|
@ -38,4 +39,4 @@ model Tenant {
|
|||
updatedAt DateTime @updatedAt
|
||||
clerkOrganizationId String @unique
|
||||
users User[]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue