Revert "Minor fix for history url"
This reverts commit 28edaca869aed7eae231d04abc97f433b6465be3.
This commit is contained in:
parent
d6fe21f9c3
commit
6a51a303ea
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ H.last_read,
|
|||
H.time_read
|
||||
FROM history H
|
||||
JOIN chapters C
|
||||
ON H.chapter_id = C._id AND C.manga_id = :mangaId
|
||||
ON H.chapter_id = C._id
|
||||
WHERE C.manga_id = :mangaId AND C._id = H.chapter_id;
|
||||
|
||||
getHistoryByChapterUrl:
|
||||
|
|
|
|||
Loading…
Reference in a new issue