Skip to content

Commit

Permalink
Fix faulty MangaUpdates score in db
Browse files Browse the repository at this point in the history
Closes #117
  • Loading branch information
AntsyLich committed Jan 21, 2024
1 parent 26815c7 commit a024218
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/src/main/sqldelight/tachiyomi/migrations/1.sqm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- MangaUpdates score fixing --
UPDATE manga_sync
SET score = max(score, 0)
WHERE sync_id = 7;

0 comments on commit a024218

Please sign in to comment.