Files
mihon/data/src/main/sqldelight/tachiyomi/migrations/13.sqm
Andreas 823749fc1e Move SQLDelight to data module (#8954)
And use tachiyomi instead of eu.kanade.tachiyomi for package names in the module
2023-01-21 10:37:07 -05:00

3 lines
67 B
Plaintext

UPDATE chapters
SET date_upload = date_fetch
WHERE date_upload = 0;