Browse Source
Fix arm64 prisma binary target (#2082)
* Fix arm64 prisma binary target
* Update changelog
pull/2085/head
Marcin Szymański
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
prisma/schema.prisma
|
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Harmonized the use of permissions on the landing page |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
- Improved the language localization for Portuguese (`pt`) |
|
|
|
- Updated the binary targets of `linux-arm64-openssl` for `prisma` |
|
|
|
|
|
|
|
## 1.281.0 - 2023-06-17 |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
generator client { |
|
|
|
provider = "prisma-client-js" |
|
|
|
previewFeatures = [] |
|
|
|
binaryTargets = ["debian-openssl-1.1.x", "linux-arm64-openssl-1.1.x", "native"] |
|
|
|
binaryTargets = ["debian-openssl-1.1.x", "linux-arm64-openssl-3.0.x", "native"] |
|
|
|
} |
|
|
|
|
|
|
|
datasource db { |
|
|
|