Skip to content

Commit

Permalink
update datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
SMNBLMRR committed Jan 22, 2024
1 parent 0b770da commit b96526f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ generator client {
}

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

model Account {
Expand Down

0 comments on commit b96526f

Please sign in to comment.