mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor(db): Migrate deleteTrack query to SQLDelight
This commit is contained in:
parent
333a7eea68
commit
83cb898068
7 changed files with 22 additions and 12 deletions
|
@ -23,3 +23,7 @@ getAllByMangaId:
|
|||
SELECT *
|
||||
FROM manga_sync
|
||||
WHERE manga_id = :mangaId;
|
||||
|
||||
deleteForManga:
|
||||
DELETE FROM manga_sync
|
||||
WHERE manga_id = :mangaId AND sync_id = :syncId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue