mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
revert: "fix(chapter): Scanlator is nullable"
This reverts commit 0f44474596
.
This commit is contained in:
parent
5378d2a99b
commit
bf7c7f79cb
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ UPDATE chapters SET
|
|||
manga_id = coalesce(:mangaId, manga_id),
|
||||
url = coalesce(:url, url),
|
||||
name = coalesce(:name, name),
|
||||
scanlator = :scanlator,
|
||||
scanlator = coalesce(:scanlator, scanlator),
|
||||
read = coalesce(:read, read),
|
||||
bookmark = coalesce(:bookmark, bookmark),
|
||||
last_page_read = coalesce(:lastPageRead, last_page_read),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue