direct url
This commit is contained in:
parent
30d28e0aab
commit
c685ad04ae
1 changed files with 4 additions and 3 deletions
|
|
@ -11,8 +11,9 @@ generator pothos {
|
||||||
}
|
}
|
||||||
|
|
||||||
datasource db {
|
datasource db {
|
||||||
provider = "postgresql"
|
provider = "postgresql"
|
||||||
url = env("DATABASE_URL")
|
url = env("DATABASE_URL")
|
||||||
|
directUrl = env("DIRECT_URL")
|
||||||
}
|
}
|
||||||
|
|
||||||
model User {
|
model User {
|
||||||
|
|
@ -39,4 +40,4 @@ model Tenant {
|
||||||
updatedAt DateTime @updatedAt
|
updatedAt DateTime @updatedAt
|
||||||
clerkOrganizationId String @unique
|
clerkOrganizationId String @unique
|
||||||
users User[]
|
users User[]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue