Ver código fonte

Trim scanlator of chapters in db (#10112)

AntsyLich 1 ano atrás
pai
commit
634ceeec50

+ 3 - 0
data/src/main/sqldelight/tachiyomi/migrations/27.sqm

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