mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
feat(server): add originalFileName to asset table (#2231)
This commit is contained in:
@@ -3548,11 +3548,6 @@
|
||||
"nullable": true,
|
||||
"default": null
|
||||
},
|
||||
"imageName": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"default": null
|
||||
},
|
||||
"exifImageWidth": {
|
||||
"type": "number",
|
||||
"nullable": true,
|
||||
@@ -3712,6 +3707,9 @@
|
||||
"originalPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"originalFileName": {
|
||||
"type": "string"
|
||||
},
|
||||
"resizePath": {
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
@@ -3767,6 +3765,7 @@
|
||||
"ownerId",
|
||||
"deviceId",
|
||||
"originalPath",
|
||||
"originalFileName",
|
||||
"resizePath",
|
||||
"fileCreatedAt",
|
||||
"fileModifiedAt",
|
||||
|
||||
Reference in New Issue
Block a user