mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-09-21 05:21:43 +00:00
fix: narrow backup scope to database and telegram sessions
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE "manual_upload_files" DROP COLUMN IF EXISTS "retainedAt";
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user