Fix category creation
This commit is contained in:
parent
b9956e3123
commit
f15f14259e
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ WHERE MC.manga_id = :mangaId;
|
||||||
|
|
||||||
insert:
|
insert:
|
||||||
INSERT INTO categories(name, sort, flags, manga_order)
|
INSERT INTO categories(name, sort, flags, manga_order)
|
||||||
VALUES (:name, :order, :flags, NULL);
|
VALUES (:name, :order, :flags, "");
|
||||||
|
|
||||||
delete:
|
delete:
|
||||||
DELETE FROM categories
|
DELETE FROM categories
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue