2021-12-16 10:26:45 +01:00
|
|
|
START TRANSACTION;
|
|
|
|
ALTER TABLE `tpolicy_queue` MODIFY COLUMN `progress` int(10) NOT NULL default '0';
|
2022-01-10 11:24:32 +01:00
|
|
|
CREATE INDEX `IDX_tservice_element` ON `tservice_element`(`id_service`,`id_agente_modulo`);
|
2022-02-01 14:30:25 +01:00
|
|
|
ALTER TABLE tevent_response ADD COLUMN display_command tinyint(1) default 0;
|
2021-12-16 10:26:45 +01:00
|
|
|
|
|
|
|
COMMIT;
|