Fix faulty MangaUpdates score in db
Closes #117 (cherry picked from commit a024218410953a389b8af4880fa7ae6cc30124a2)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
UPDATE manga_sync
|
||||
SET score = max(score, 0)
|
||||
WHERE sync_id = 7;
|
||||
Reference in New Issue
Block a user