Trim scanlator of chapters in db (#10112)

This commit is contained in:
AntsyLich 2023-11-06 02:21:01 +06:00 committed by GitHub
parent d7442d771b
commit 634ceeec50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,3 @@
UPDATE chapters
SET scanlator = trim(scanlator)
WHERE scanlator IS NOT NULL;