Fix faulty MangaUpdates score in db
Closes #117 (cherry picked from commit a024218410953a389b8af4880fa7ae6cc30124a2)
This commit is contained in:
parent
ae61be5e90
commit
6e7540e763
1 changed files with 3 additions and 0 deletions
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…
Reference in a new issue