fixed error metaconsole_node_id pandora_enterprise#9350
This commit is contained in:
parent
ec33fdcd3e
commit
cd1dfa6361
|
@ -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