-- AlterTable
ALTER TABLE `chapters` ADD COLUMN `is_locked` BOOLEAN NOT NULL DEFAULT true;
