revert: "fix(chapter): Scanlator is nullable"

This reverts commit 0f44474596.
This commit is contained in:
Ahmad Ansori Palembani 2024-11-23 20:10:08 +07:00
parent 5378d2a99b
commit bf7c7f79cb
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 = :scanlator,
scanlator = coalesce(:scanlator, scanlator),
read = coalesce(:read, read),
bookmark = coalesce(:bookmark, bookmark),
last_page_read = coalesce(:lastPageRead, last_page_read),