#9517 Custom sql - Agent safe mode not enable

This commit is contained in:
Jonathan 2023-01-24 10:16:31 +01:00
parent b64c1ee44c
commit 01ed220e1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
START TRANSACTION; START TRANSACTION;
INSERT INTO `pandora`.`treport_custom_sql` (`id`, `name`, `sql`) VALUES ('5', 'Agent safe mode not enable', 'select nombre from tagente where safe_mode_module = 0'); INSERT INTO `treport_custom_sql` (`name`, `sql`) VALUES ('Agent safe mode not enable', 'select nombre from tagente where safe_mode_module = 0');
COMMIT; COMMIT;