fixed error metaconsole_node_id pandora_enterprise#9350

This commit is contained in:
Daniel Barbero 2022-08-12 11:32:07 +02:00
parent ec33fdcd3e
commit cd1dfa6361
1 changed files with 6 additions and 0 deletions

View File

@ -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;