Fix faulty MangaUpdates score in db

Closes #117

(cherry picked from commit a024218410953a389b8af4880fa7ae6cc30124a2)
This commit is contained in:
AntsyLich 2024-01-21 12:21:30 +06:00 committed by Jobobby04
parent 27d8896937
commit 3f74a6d33f

View File

@ -0,0 +1,3 @@
UPDATE manga_sync
SET score = max(score, 0)
WHERE sync_id = 7;