We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67e685 commit 625ecc9Copy full SHA for 625ecc9
src/main/resources/sql/collection_dao_queries.properties
@@ -22,7 +22,7 @@ collection.find_series_by_collection_id = \
22
SELECT COUNT(*) \
23
FROM series_images si \
24
WHERE si.series_id = s.id \
25
- AND si.hidden = FALSE\
+ AND si.hidden = FALSE \
26
) AS number_of_images \
27
, ( \
28
SELECT si.image_id \
0 commit comments