mirror of
https://github.com/mihonapp/mihon.git
synced 2024-12-25 02:18:24 +01:00
parent
26815c7356
commit
a024218410
4
data/src/main/sqldelight/tachiyomi/migrations/1.sqm
Normal file
4
data/src/main/sqldelight/tachiyomi/migrations/1.sqm
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-- MangaUpdates score fixing --
|
||||||
|
UPDATE manga_sync
|
||||||
|
SET score = max(score, 0)
|
||||||
|
WHERE sync_id = 7;
|
Loading…
Reference in New Issue
Block a user