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