pandorafms/pandora_console/extras/mr/52.sql

5 lines
111 B
SQL

START TRANSACTION;
ALTER TABLE `tpolicy_queue` MODIFY COLUMN `progress` int(10) NOT NULL default '0';
COMMIT;