fix(chapter): Scanlator is nullable

This commit is contained in:
Ahmad Ansori Palembani 2024-11-19 08:25:55 +07:00
parent fd2babb34a
commit 0f44474596
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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),