#9517 Change MR sql
This commit is contained in:
parent
f1bb7b450e
commit
2f4543a023
|
@ -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;
|
||||||
|
|
|
@ -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