mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-05 16:48:55 +01:00
Add option to reset viewer flags (#7062)
* Add option to reset viewer flags * Review Changes * Run `resetViewerFlags()` content with `launchIO`
This commit is contained in:
@@ -42,4 +42,8 @@ getFavoriteBySourceId:
|
||||
SELECT *
|
||||
FROM mangas
|
||||
WHERE favorite = 1
|
||||
AND source = :sourceId;
|
||||
AND source = :sourceId;
|
||||
|
||||
resetViewerFlags:
|
||||
UPDATE mangas
|
||||
SET viewer = 0;
|
||||
Reference in New Issue
Block a user