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:
commit
96569ae2e4
|
@ -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;
|
||||
|
|
|
@ -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;
|
Loading…
Reference in New Issue