Skip to content

Commit

Permalink
refactor: migrate user repository to kysely
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Jan 13, 2025
1 parent ae32345 commit 3ced4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/queries/user.repository.sql
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ from
"users"
left join "assets" on "assets"."ownerId" = "users"."id"
left join "exif" on "exif"."assetId" = "assets"."id"
where
"assets"."deletedAt" is null
group by
"users"."id"
order by
Expand Down

0 comments on commit 3ced4b3

Please sign in to comment.