diff --git a/pandora_console/extras/mr/68.sql b/pandora_console/extras/mr/68.sql index 00623ccaf7..80038a0e0d 100644 --- a/pandora_console/extras/mr/68.sql +++ b/pandora_console/extras/mr/68.sql @@ -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; -DELETE FROM tconfig WHERE `token` = 'legacy_database_ha' - COMMIT; \ No newline at end of file diff --git a/pandora_console/extras/mr/69.sql b/pandora_console/extras/mr/69.sql new file mode 100644 index 0000000000..13a3b252e7 --- /dev/null +++ b/pandora_console/extras/mr/69.sql @@ -0,0 +1,5 @@ +START TRANSACTION; + +DELETE FROM tconfig WHERE `token` = 'legacy_database_ha' + +COMMIT; \ No newline at end of file