mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
refactor: use new updateId column for user CUD sync (#16384)
This commit is contained in:
1
server/src/db.d.ts
vendored
1
server/src/db.d.ts
vendored
@@ -415,6 +415,7 @@ export interface Users {
|
||||
}
|
||||
|
||||
export interface UsersAudit {
|
||||
id: Generated<string>;
|
||||
userId: string;
|
||||
deletedAt: Generated<Timestamp>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user