latest changes

This commit is contained in:
fbsanchez 2022-02-14 11:04:01 +01:00
parent 4a61efd7b6
commit bed223e27d
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ SOURCE procedures/alertEvents.sql;
CALL `migrateEventRanges`();
DROP PROCEDURE `migrateEventRanges`;
DELETE FROM `tpolicy_groups`;
CREATE TABLE IF NOT EXISTS `tpolicy_group_agents` (
`id` SERIAL,
`id_policy` INT UNSIGNED,