fix(backup-service): 移除 schema.prisma 中的 url (Prisma 7 配置在 prisma.config.ts)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Developer 2025-12-04 02:39:57 -08:00
parent 62eba58490
commit 9819661693
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ generator client {
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
// 备份分片存储