mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-15 15:02:49 +01:00
refactor: Maybe the categories is fine since it's user who makes it usually, and updating library doesn't affect it.
Signed-off-by: KaiserBh <kaiserbh@proton.me>
This commit is contained in:
parent
b62fa6ecfa
commit
85165aafed
@ -20,7 +20,7 @@ END;
|
|||||||
|
|
||||||
insert:
|
insert:
|
||||||
INSERT INTO mangas_categories(manga_id, category_id, last_modified_at)
|
INSERT INTO mangas_categories(manga_id, category_id, last_modified_at)
|
||||||
VALUES (:mangaId, :categoryId, 0);
|
VALUES (:mangaId, :categoryId, strftime('%s', 'now'));
|
||||||
|
|
||||||
deleteMangaCategoryByMangaId:
|
deleteMangaCategoryByMangaId:
|
||||||
DELETE FROM mangas_categories
|
DELETE FROM mangas_categories
|
||||||
|
Loading…
Reference in New Issue
Block a user