mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +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
|
||||
)
|
||||
|
||||
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.*,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue