Chore: set up cloudflare #67

Closed
BenjaminPalko wants to merge 13 commits from cloudflare into staging
Showing only changes of commit c685ad04ae - Show all commits

View file

@ -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[]
} }