1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

chore: asset sync FKs (#19927)

This commit is contained in:
Jason Rasmussen
2025-07-14 11:57:25 -04:00
committed by GitHub
parent a97ba4862f
commit 805ec3e351
9 changed files with 59 additions and 1 deletions

View File

@ -13818,6 +13818,10 @@
"isFavorite": {
"type": "boolean"
},
"livePhotoVideoId": {
"nullable": true,
"type": "string"
},
"localDateTime": {
"format": "date-time",
"nullable": true,
@ -13829,6 +13833,10 @@
"ownerId": {
"type": "string"
},
"stackId": {
"nullable": true,
"type": "string"
},
"thumbhash": {
"nullable": true,
"type": "string"
@ -13856,9 +13864,11 @@
"fileModifiedAt",
"id",
"isFavorite",
"livePhotoVideoId",
"localDateTime",
"originalFileName",
"ownerId",
"stackId",
"thumbhash",
"type",
"visibility"