refactor: use new updateId column for user CUD sync (#16384)
This commit is contained in:
Vendored
+1
@@ -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