Migrate to v6 URLs for supabase connections.

This commit is contained in:
Dillon Kearns 2024-02-11 10:20:22 -08:00
parent ca524e9253
commit bfc62150a5

View File

@ -12,8 +12,9 @@ generator client {
}
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
provider = "postgresql"
url = env("DATABASE_URL")
directUrl = env("DIRECT_URL")
}
model User {