Skip to content

Commit

Permalink
Merge pull request steven-tey#68 from eshlon/main-1
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Oct 17, 2023
2 parents 65acb96 + aa0865a commit 785c838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ datasource db {
provider = "postgresql"
url = env("POSTGRES_PRISMA_URL") // uses connection pooling
directUrl = env("POSTGRES_URL_NON_POOLING") // uses a direct connection
shadowDatabaseUrl = env("POSTGRES_URL_NON_POOLING") // used for migrations
}


Expand Down Expand Up @@ -59,4 +58,4 @@ model VerificationToken {
expires DateTime
@@unique([identifier, token])
}
}

0 comments on commit 785c838

Please sign in to comment.