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:
parent
27c3a5c881
commit
1069dadd10
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
|
Loading…
Reference in New Issue
Block a user