mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
Merge remote-tracking branch 'origin/feat/add-users-updated-at' into feat/add-users-updated-at
This commit is contained in:
commit
419952584c
@ -59,8 +59,8 @@ export class UserUpdatesReadModel {
|
||||
// also consider deleted users (different than activeUsers query)
|
||||
is_system: false,
|
||||
is_service: false,
|
||||
updated_at: { $gt: date },
|
||||
})
|
||||
.where('updated_at', '>', date)
|
||||
.orderBy('updated_at', 'asc')
|
||||
.select([...USER_COLUMNS_PUBLIC, 'updated_at', 'deleted_at'])
|
||||
.limit(limit);
|
||||
|
Loading…
Reference in New Issue
Block a user