salix/db/versions/.archive/10575-crimsonAnthurium/00-firstScript.sql

4 lines
131 B
SQL

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