mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(server): user delete with stacked assets (#10642)
This commit is contained in:
parent
8a445cac07
commit
63041674c2
6 changed files with 64 additions and 12 deletions
|
|
@ -7,4 +7,5 @@ export interface IAssetStackRepository {
|
|||
update(asset: Pick<AssetStackEntity, 'id'> & Partial<AssetStackEntity>): Promise<AssetStackEntity>;
|
||||
delete(id: string): Promise<void>;
|
||||
getById(id: string): Promise<AssetStackEntity | null>;
|
||||
deleteAll(userId: string): Promise<void>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue