revert: "revert: "fix(sql): Use UNION ALL instead of UNION""

This reverts commit 37535d3bcf.
This commit is contained in:
Ahmad Ansori Palembani 2024-12-15 19:53:43 +07:00
parent d99476f9bf
commit c7b6e8ee00
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -157,7 +157,7 @@ AND (
:apply_filter = 0 OR S.name IS NULL
)
UNION -- Newly fetched chapter
UNION ALL -- Newly fetched chapter
SELECT
M.*,
@ -192,7 +192,7 @@ AND (
:apply_filter = 0 OR S.name IS NULL
)
UNION -- Newly added manga
UNION ALL -- Newly added manga
SELECT
M.*,