Fix category creation

This commit is contained in:
Jobobby04 2022-07-28 23:39:26 -04:00
parent b9956e3123
commit f15f14259e

View File

@ -30,7 +30,7 @@ WHERE MC.manga_id = :mangaId;
insert:
INSERT INTO categories(name, sort, flags, manga_order)
VALUES (:name, :order, :flags, NULL);
VALUES (:name, :order, :flags, "");
delete:
DELETE FROM categories