fix: narrow backup scope to database and telegram sessions

This commit is contained in:
2026-07-22 09:31:07 +02:00
parent 3536089d52
commit 03822e0763
10 changed files with 174 additions and 186 deletions
@@ -0,0 +1 @@
ALTER TABLE "manual_upload_files" DROP COLUMN IF EXISTS "retainedAt";
-1
View File
@@ -937,7 +937,6 @@ model ManualUploadFile {
filePath String // Path on shared volume
fileSize BigInt
packageId String? // Set after processing
retainedAt DateTime?
upload ManualUpload @relation(fields: [uploadId], references: [id], onDelete: Cascade)