This commit is contained in:
fbsanchez 2019-06-25 15:24:15 +02:00
parent 1966c81f2d
commit 004eb11048
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
START TRANSACTION;
ALTER TABLE `tmetaconsole_agent` ADD INDEX `id_tagente_idx` (`id_tagente`);
DELETE FROM `ttipo_modulo` WHERE `nombre` LIKE 'log4x';