Skip to content

Commit d3c82fc

Browse files
committed
Try to work around "cached plan must not change result type" errors.
Using the workaround described in prisma/prisma#7678.
1 parent 4da1267 commit d3c82fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/.env.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DATABASE_URL="postgresql://prisma:prisma@localhost:5433/tests"
1+
DATABASE_URL="postgresql://prisma:prisma@localhost:5433/tests?statement_cache_size=0"

0 commit comments

Comments
 (0)