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

That only made it worse...
This commit is contained in:
Ahmad Ansori Palembani 2024-12-15 20:24:26 +07:00
parent c7b6e8ee00
commit 247ed3bca7
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

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