Merge branch 'ent-9350-perdida-de-sincronizacion-en-modo-centralizado-y-duplicado-de-metaconsole_node_id' into 'develop'
fixed error metaconsole_node_id pandora_enterprise#9350 See merge request artica/pandorafms!5056
This commit is contained in:
commit
fe4e27018c
|
@ -0,0 +1,6 @@
|
|||
START TRANSACTION;
|
||||
|
||||
SET @id_config := (SELECT id_config FROM tconfig WHERE `token` = 'metaconsole_node_id' AND `value` IS NOT NULL ORDER BY id_config DESC LIMIT 1);
|
||||
DELETE FROM tconfig WHERE `token` = 'metaconsole_node_id' AND (id_config < @id_config OR `value` IS NULL);
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue