mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-04-26 16:53:46 +00:00
infra(server)!: fix typeorm asset entity relations (#1782)
* fix: add correct relations to asset typeorm entity * fix: add missing createdAt column to asset entity * ci: run check to make sure generated API is up-to-date * ci: cancel workflows that aren't for the latest commit in a branch * chore: add fvm config for flutter
This commit is contained in:
@@ -3324,10 +3324,10 @@
|
||||
"type": "string",
|
||||
"nullable": true
|
||||
},
|
||||
"createdAt": {
|
||||
"fileCreatedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"modifiedAt": {
|
||||
"fileModifiedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
@@ -3376,8 +3376,8 @@
|
||||
"deviceId",
|
||||
"originalPath",
|
||||
"resizePath",
|
||||
"createdAt",
|
||||
"modifiedAt",
|
||||
"fileCreatedAt",
|
||||
"fileModifiedAt",
|
||||
"updatedAt",
|
||||
"isFavorite",
|
||||
"mimeType",
|
||||
@@ -3817,10 +3817,10 @@
|
||||
"deviceId": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"fileCreatedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"modifiedAt": {
|
||||
"fileModifiedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"isFavorite": {
|
||||
@@ -3841,8 +3841,8 @@
|
||||
"assetData",
|
||||
"deviceAssetId",
|
||||
"deviceId",
|
||||
"createdAt",
|
||||
"modifiedAt",
|
||||
"fileCreatedAt",
|
||||
"fileModifiedAt",
|
||||
"isFavorite",
|
||||
"fileExtension"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user