Query updated

This commit is contained in:
fbsanchez 2021-07-13 13:14:48 +02:00
parent d3fe504241
commit 84c7e6172a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ UPDATE `tuser_task_scheduled` SET
`args`= REPLACE(`args`, 's:15:"first_execution"', 'i:2;s:0:"";i:7;s:3:"PDF";s:15:"first_execution"')
WHERE `id_user_task` = 2;
UPDATE `tconfig` SET `centralized_management` = 0;
UPDATE `tconfig` SET `value` = 0 WHERE `token` = `centralized_management`;
DELETE ta FROM `tagente` ta LEFT JOIN `tgrupo` tg on ta.`id_grupo` = tg.`id_grupo` WHERE tg.`id_grupo` IS NULL;