mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
refactor(db): Replace deleteHistoryNoLastRead
StorIO with SQLDelight eqv
This commit is contained in:
parent
f14118a8c1
commit
a199ff326d
4 changed files with 43 additions and 44 deletions
|
@ -25,6 +25,9 @@ SELECT last_insert_rowid();
|
|||
deleteAll:
|
||||
DELETE FROM history;
|
||||
|
||||
deleteAllUnread:
|
||||
DELETE FROM history WHERE history_last_read = 0;
|
||||
|
||||
getByMangaId:
|
||||
SELECT history.*
|
||||
FROM history
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue