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

This commit is contained in:
David 2023-10-08 10:21:52 -04:00
parent 27c3a5c881
commit 1069dadd10
1 changed files with 2 additions and 0 deletions

View File

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