mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
fix(chapter): Scanlator is nullable
This commit is contained in:
parent
fd2babb34a
commit
0f44474596
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 = coalesce(:scanlator, scanlator),
|
||||
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