Fix category creation
This commit is contained in:
parent
b9956e3123
commit
f15f14259e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user