Trim scanlator in the db
This commit is contained in:
parent
8434d36498
commit
506c6fd463
1 changed files with 5 additions and 1 deletions
|
|
@ -41,4 +41,8 @@ LEFT JOIN(
|
|||
ON M._id = C.manga_id
|
||||
LEFT JOIN mangas_categories AS MC
|
||||
ON MC.manga_id = M._id
|
||||
WHERE M.favorite = 1;
|
||||
WHERE M.favorite = 1;
|
||||
|
||||
UPDATE chapters
|
||||
SET scanlator = trim(scanlator)
|
||||
WHERE scanlator IS NOT NULL;
|
||||
Loading…
Reference in a new issue