migrate to prisma v7 (#345)

* migrate to prisma v7

* fix prisma type imports

* update prisma version in docker

* fix prisma cli breaking things
This commit is contained in:
Husky
2026-02-10 20:26:53 -05:00
committed by GitHub
parent e4a295f767
commit d1786b3c60
10 changed files with 678 additions and 126 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ ENV NUXT_TELEMETRY_DISABLED=1
# RUN --mount=type=cache,target=/root/.yarn YARN_CACHE_FOLDER=/root/.yarn yarn add --network-timeout 1000000 --no-lockfile --ignore-scripts prisma@6.11.1
RUN apk add --no-cache pnpm 7zip nginx
RUN pnpm install prisma@6.11.1
RUN pnpm install prisma@7.3.0
# init prisma to download all required files
RUN pnpm prisma init