This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
txlyre
/
tachiyomi
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Trim scanlator of chapters in db (
#10112
)
AntsyLich
hai 1 ano
pai
d7442d771b
achega
634ceeec50
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
data/src/main/sqldelight/tachiyomi/migrations/27.sqm
+ 3
- 0
data/src/main/sqldelight/tachiyomi/migrations/27.sqm
Ver ficheiro
@@ -0,0 +1,3 @@
+UPDATE chapters
+SET scanlator = trim(scanlator)
+WHERE scanlator IS NOT NULL;