library/database/migrations/mysql/03-add-childrens-column.sql
David Ashby 1069dadd10
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
add flag for if a book is a children's book
2023-10-08 10:21:52 -04:00

2 lines
72 B
SQL

ALTER TABLE `books`
ADD COLUMN `childrens` tinyint(1) NOT NULL DEFAULT 0