mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[PR #345] [MERGED] migrate to prisma v7 #328
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/345
Author: @Huskydog9988
Created: 2/6/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @DecDuck
Base:
develop← Head:prisma-v7📝 Commits (7)
529e472migrate to prisma v71b8fb9efix prisma type imports7a9d31fupdate prisma version in dockered012c5Merge branch 'develop' of https://github.com/Drop-OSS/drop into prisma-v7611ec69fix prisma cli breaking things1c49d28Merge branch 'develop' of https://github.com/Drop-OSS/drop into prisma-v70024e45Merge branch 'develop' of https://github.com/Drop-OSS/drop into prisma-v7📊 Changes
10 files changed (+677 additions, -125 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
package.json(+3 -2)📝
pnpm-lock.yaml(+654 -108)📝
prisma.config.ts(+11 -4)📝
prisma/schema.prisma(+1 -2)📝
server/api/v1/auth/signin/simple.post.ts(+1 -1)📝
server/internal/db/database.ts(+3 -4)📝
server/internal/library/manifest/utils.ts(+1 -1)📝
server/internal/session/db.ts(+1 -1)📝
server/plugins/05.library-init.ts(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.