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 Cuong M. Tran
parent ae61be5e90
commit 6e7540e763
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

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