feat(server): add originalFileName to asset table (#2231)

This commit is contained in:
Alex
2023-04-11 05:23:39 -05:00
committed by GitHub
parent db628cec11
commit a1a62b00a0
24 changed files with 143 additions and 60 deletions

View File

@@ -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",