mr changes

This commit is contained in:
alejandro 2023-11-15 16:46:12 +01:00
parent c7a746ea41
commit de7fc79d95
1 changed files with 1 additions and 1 deletions

View File

@ -2699,7 +2699,7 @@ SET @short_name = 'pandorafms.oracle';
SET @name = 'Oracle';
SET @section = 'app';
SET @description = 'Monitor Oracle databases';
SET @version = '1.0';
SET @version = '1.1';
INSERT IGNORE INTO `tdiscovery_apps` (`id_app`, `short_name`, `name`, `section`, `description`, `version`) VALUES ('', @short_name, @name, @section, @description, @version);
SELECT @id_app := `id_app` FROM `tdiscovery_apps` WHERE `short_name` = @short_name;