chore(server) Add user FK to album entity (#1569)

This commit is contained in:
Alex
2023-02-06 20:47:06 -06:00
committed by GitHub
parent ac39ebddc0
commit 3cc4af5947
14 changed files with 173 additions and 96 deletions

View File

@@ -3343,8 +3343,7 @@
"isFavorite",
"mimeType",
"duration",
"webpPath",
"tags"
"webpPath"
]
},
"AlbumResponseDto": {
@@ -3386,6 +3385,9 @@
"items": {
"$ref": "#/components/schemas/AssetResponseDto"
}
},
"owner": {
"$ref": "#/components/schemas/UserResponseDto"
}
},
"required": [