#9517 Change MR sql

This commit is contained in:
Jonathan 2023-03-02 08:20:43 +01:00
parent f1bb7b450e
commit 2f4543a023
2 changed files with 2 additions and 5 deletions

View File

@ -4,4 +4,6 @@ START TRANSACTION;
CREATE INDEX agente_modulo_estado ON tevento (estado, id_agentmodule); CREATE INDEX agente_modulo_estado ON tevento (estado, id_agentmodule);
CREATE INDEX idx_disabled ON talert_template_modules (disabled); CREATE INDEX idx_disabled ON talert_template_modules (disabled);
INSERT INTO `treport_custom_sql` (`name`, `sql`) VALUES ('Agent safe mode not enable', 'select alias from tagente where safe_mode_module = 0');
COMMIT; COMMIT;

View File

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