-- Place your SQL code here
ALTER TABLE `vn`.`alertLevel`
ADD COLUMN `hasToRecalcPrice` TINYINT(1) NOT NULL DEFAULT 0 AFTER `id`;