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