Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93a9da4

Browse files
committedAug 19, 2020
style: improve formatting of an SQL query.
Should be in d618de2 commit.
1 parent 8e1c125 commit 93a9da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/resources/sql/collection_dao_queries.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ collection.find_series_by_collection_id = \
2323
FROM series_images si \
2424
WHERE si.series_id = s.id \
2525
AND si.hidden = FALSE\
26-
) AS number_of_images \
26+
) AS number_of_images \
2727
, ( \
2828
SELECT si.image_id \
2929
FROM series_images si \

0 commit comments

Comments
 (0)
Please sign in to comment.