feat(server): upgrade prisma to use native relation joins and distinct (#5420)

https://github.com/prisma/prisma/releases/tag/5.7.0
This commit is contained in:
LongYinan
2023-12-28 08:09:10 +00:00
parent 07c63703b1
commit 2f45200542
4 changed files with 91 additions and 74 deletions
+3 -3
View File
@@ -52,8 +52,8 @@
"@opentelemetry/sdk-metrics": "^1.19.0",
"@opentelemetry/sdk-node": "^0.46.0",
"@opentelemetry/sdk-trace-node": "^1.19.0",
"@prisma/client": "^5.6.0",
"@prisma/instrumentation": "^5.6.0",
"@prisma/client": "^5.7.1",
"@prisma/instrumentation": "^5.7.1",
"@socket.io/redis-adapter": "^8.2.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
@@ -74,7 +74,7 @@
"on-headers": "^1.0.2",
"parse-duration": "^1.1.0",
"pretty-time": "^1.1.0",
"prisma": "^5.6.0",
"prisma": "^5.7.1",
"prom-client": "^15.0.0",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",