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 authored and jmir1 committed Jan 21, 2024
1 parent d47f22b commit 34fabee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/src/main/sqldelight/migrations/29.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 34fabee

Please sign in to comment.