mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(core): list users order by created_at (#3019)
This commit is contained in:
parent
96df7698c5
commit
eec39f7d9a
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ export const createUserQueries = (pool: CommonQueryMethods) => {
|
|||
)}
|
||||
from ${table}
|
||||
${buildUserConditions(search, excludeUserIds, userIds)}
|
||||
order by ${fields.createdAt} desc
|
||||
limit ${limit}
|
||||
offset ${offset}
|
||||
`
|
||||
|
|
Loading…
Reference in a new issue