Fix faulty MangaUpdates score in db
Closes #117 (cherry picked from commit a024218410953a389b8af4880fa7ae6cc30124a2)
This commit is contained in:
parent
27d8896937
commit
3f74a6d33f
3
data/src/main/sqldelight/tachiyomi/migrations/30.sqm
Normal file
3
data/src/main/sqldelight/tachiyomi/migrations/30.sqm
Normal file
@ -0,0 +1,3 @@
|
||||
UPDATE manga_sync
|
||||
SET score = max(score, 0)
|
||||
WHERE sync_id = 7;
|
Loading…
x
Reference in New Issue
Block a user