Skip to content

Commit b14f23b

Browse files
committed
💥 Remove rhel-openssl-1.0.x from schema.prisma (#1488)
1 parent 39260b3 commit b14f23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/schema.prisma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// https://www.prisma.io/docs/concepts/components/prisma-schema/generators
66
generator client {
77
provider = "prisma-client-js"
8-
binaryTargets = ["native", "rhel-openssl-1.0.x", "rhel-openssl-3.0.x"]
8+
binaryTargets = ["native", "rhel-openssl-3.0.x"]
99
}
1010

1111
// See:

0 commit comments

Comments
 (0)