Merge branch 'ent-7772-agentes-con-id-grupo-inexistente-entornos-metaconsola' into 'develop'
remove any agent belonging to a non-existent group See merge request artica/pandorafms!4256
This commit is contained in:
commit
04c402bc03
|
@ -23,4 +23,6 @@ UPDATE `tuser_task_scheduled` SET
|
|||
|
||||
ALTER TABLE `tlayout` ADD COLUMN `auto_adjust` INTEGER UNSIGNED NOT NULL default 0;
|
||||
|
||||
DELETE ta FROM `tagente` ta LEFT JOIN `tgrupo` tg on ta.`id_grupo` = tg.`id_grupo` WHERE tg.`id_grupo` IS NULL;
|
||||
|
||||
COMMIT;
|
||||
|
|
Loading…
Reference in New Issue