mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
revert: "fix(sql): Use UNION ALL instead of UNION"
This reverts commit 39775ea308
.
This commit is contained in:
parent
39775ea308
commit
37535d3bcf
1 changed files with 2 additions and 2 deletions
|
@ -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.*,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue