mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: track upgrade history (#13097)
This commit is contained in:
parent
1c3603e23b
commit
4d20b11f25
23 changed files with 406 additions and 19 deletions
|
|
@ -68,6 +68,12 @@ export class ServerVersionResponseDto {
|
|||
}
|
||||
}
|
||||
|
||||
export class ServerVersionHistoryResponseDto {
|
||||
id!: string;
|
||||
createdAt!: Date;
|
||||
version!: string;
|
||||
}
|
||||
|
||||
export class UsageByUserDto {
|
||||
@ApiProperty({ type: 'string' })
|
||||
userId!: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue