mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
feat: add support for 7z, PDF, STL, and other document types
- Add 7Z and DOCUMENT to ArchiveType enum - Detect .7z, .pdf, .stl, .obj, .3mf, .step, .blend, .gcode, .svg, .dxf, .ai, .eps, .psd files as fetchable documents - Handle DOCUMENT and 7Z formats in worker pipeline (skip extraction, record file as single entry) - Add Prisma migration for new enum values
This commit is contained in:
@@ -377,6 +377,8 @@ enum ChannelRole {
|
||||
enum ArchiveType {
|
||||
ZIP
|
||||
RAR
|
||||
SEVEN_Z
|
||||
DOCUMENT
|
||||
}
|
||||
|
||||
enum IngestionStatus {
|
||||
|
||||
Reference in New Issue
Block a user