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

This reverts commit 39775ea308.
This commit is contained in:
Ahmad Ansori Palembani 2024-12-12 21:53:53 +07:00
parent 39775ea308
commit 37535d3bcf
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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