#11634 fixed mr
This commit is contained in:
parent
af0f8a4fc4
commit
289e067b6d
|
@ -86,6 +86,4 @@ INSERT IGNORE INTO `tcredential_store` (`identifier`, `id_group`, `product`, `ex
|
||||||
;
|
;
|
||||||
UPDATE `trecon_task` SET `auth_strings` = IF(`auth_strings` = '',CONCAT(@creds_name,`id_rt`),CONCAT(@creds_name,`id_rt`,',',`auth_strings`)) WHERE `snmp_version` = 3 AND `snmp_enabled` = 1;
|
UPDATE `trecon_task` SET `auth_strings` = IF(`auth_strings` = '',CONCAT(@creds_name,`id_rt`),CONCAT(@creds_name,`id_rt`,',',`auth_strings`)) WHERE `snmp_version` = 3 AND `snmp_enabled` = 1;
|
||||||
|
|
||||||
DELETE FROM tconfig WHERE `token` = 'legacy_database_ha'
|
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
|
@ -0,0 +1,5 @@
|
||||||
|
START TRANSACTION;
|
||||||
|
|
||||||
|
DELETE FROM tconfig WHERE `token` = 'legacy_database_ha'
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
Reference in New Issue