Fixes #2709 (closed)
Sorts AdminAPI users by the newest first, making it easier to check the most recent users on the instance.
We sort by ID instead of created_at because the ID already has indexes and FlakeIDs sorts new rows alphabetically.
Fixes #2709 (closed)
Sorts AdminAPI users by the newest first, making it easier to check the most recent users on the instance.
We sort by ID instead of created_at because the ID already has indexes and FlakeIDs sorts new rows alphabetically.