Delayed Tracking Update related fix (#8642)

* Delayed Tracking Update related fix

* Lint
This commit is contained in:
AntsyLich
2022-12-02 10:01:24 +06:00
committed by GitHub
parent 3a8b5e1b5e
commit ba91b483a0
11 changed files with 88 additions and 65 deletions
@@ -25,6 +25,11 @@ getTracks:
SELECT *
FROM manga_sync;
getTrackById:
SELECT *
FROM manga_sync
WHERE _id = :id;
getTracksByMangaId:
SELECT *
FROM manga_sync