Skip to content

Commit

Permalink
run make sql
Browse files Browse the repository at this point in the history
  • Loading branch information
darrelhong committed Oct 26, 2024
1 parent d0e4f28 commit 8785a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/queries/asset.repository.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ WHERE
)
AND ("entity"."deletedAt" IS NULL)
ORDER BY
"entity"."localDateTime" ASC
"entity"."fileCreatedAt" ASC

-- AssetRepository.getByIds
SELECT
Expand Down

0 comments on commit 8785a49

Please sign in to comment.