commit 811caf8b094433fe692789b029ffe083466cc18d Author: Keegan Carruthers-Smith Date: Mon Nov 24 10:16:16 2025 +0200 feat(db): always list current user first (#7843) Previously in any user picker in our app we would list users by ID (ie oldest accounts first). We are keeping this behaviour, but now we bubble up the current user to the top. For example in the batch changes UX we have a user picker and following the request path the GraphQL call it does it just a light wrapper around this DB query. Test Plan: updated unit tests.