Skip to content

Commit

Permalink
shadowDatabaseを消してみる
Browse files Browse the repository at this point in the history
prisma/prisma#19234
こちらのエラー解決法に則って。
  • Loading branch information
1718wani committed Dec 3, 2023
1 parent c41f371 commit 72205ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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
}

model Account {
Expand Down

0 comments on commit 72205ff

Please sign in to comment.