Skip to content

Commit

Permalink
Update schema.prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund authored Sep 28, 2024
1 parent 08cc432 commit fc50442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ generator client {

datasource db {
provider = "postgresql"
directUrl = env("DIRECT_URL")
url = env("DATABASE_URL")
}

Expand Down

0 comments on commit fc50442

Please sign in to comment.