add flag for if a book is a children's book
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
2
database/migrations/mysql/03-add-childrens-column.sql
Normal file
2
database/migrations/mysql/03-add-childrens-column.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `books`
|
||||
ADD COLUMN `childrens` tinyint(1) NOT NULL DEFAULT 0
|
Reference in New Issue
Block a user