fix(backup-service): 添加 datasource url 到 Prisma schema

Prisma migrate/push 需要 datasource 中包含 url 属性。

🤖 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:37:24 -08:00
parent f63606ce8f
commit 62eba58490
1 changed files with 1 additions and 0 deletions

View File

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