add flag for if a book is a children's book
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
David 2023-10-08 10:21:52 -04:00
parent 27c3a5c881
commit 1069dadd10

View File

@ -0,0 +1,2 @@
ALTER TABLE `books`
ADD COLUMN `childrens` tinyint(1) NOT NULL DEFAULT 0