[PR #345] [MERGED] migrate to prisma v7 #328

Closed
opened 2026-02-17 17:06:39 -05:00 by yindo · 0 comments
Owner

📋 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: developHead: prisma-v7


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/345 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 2/6/2026 **Status:** ✅ Merged **Merged:** 2/10/2026 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `prisma-v7` --- ### 📝 Commits (7) - [`529e472`](https://github.com/Drop-OSS/drop/commit/529e4725d20fad16243c0e90771f14581cb04fad) migrate to prisma v7 - [`1b8fb9e`](https://github.com/Drop-OSS/drop/commit/1b8fb9edb5dbd2a216cd4ec7418c5c6402674a51) fix prisma type imports - [`7a9d31f`](https://github.com/Drop-OSS/drop/commit/7a9d31f253117d1d6926334471a7479a8942f71e) update prisma version in docker - [`ed012c5`](https://github.com/Drop-OSS/drop/commit/ed012c59f96f6297fa9077207651921f66ef3047) Merge branch 'develop' of https://github.com/Drop-OSS/drop into prisma-v7 - [`611ec69`](https://github.com/Drop-OSS/drop/commit/611ec69480869f355fd843b0a6c1874005813b35) fix prisma cli breaking things - [`1c49d28`](https://github.com/Drop-OSS/drop/commit/1c49d28cbc19783f94eb4a75d80b9a98a990817b) Merge branch 'develop' of https://github.com/Drop-OSS/drop into prisma-v7 - [`0024e45`](https://github.com/Drop-OSS/drop/commit/0024e4537d9c1d649bcce78ca53847581fed07dd) Merge branch 'develop' of https://github.com/Drop-OSS/drop into prisma-v7 ### 📊 Changes **10 files changed** (+677 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:39 -05:00
yindo closed this issue 2026-02-17 17:06:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#328