Merge branch 'ent-9517-buscar-por-campos-avanzados-de-agente' into 'develop'

#9517 Buscar por campos avanzados de agente

See merge request artica/pandorafms!5575
This commit is contained in:
Matias Didier 2023-03-02 07:52:33 +00:00
commit 96569ae2e4
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 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;

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;