Revert "refactor: Maybe the categories is fine since it's user who makes it usually, and updating library doesn't affect it."

This reverts commit 632df4c580.
This commit is contained in:
KaiserBh 2023-12-30 22:21:20 +11:00
parent 632df4c580
commit dce1e85289
No known key found for this signature in database
GPG Key ID: 14D73B142042BBA9

View File

@ -20,7 +20,7 @@ END;
insert:
INSERT INTO mangas_categories(manga_id, category_id, last_modified_at)
VALUES (:mangaId, :categoryId, strftime('%s', 'now'));
VALUES (:mangaId, :categoryId, 0);
deleteMangaCategoryByMangaId:
DELETE FROM mangas_categories