Update 29.sql

This commit is contained in:
Marcos Alconada 2019-11-25 16:56:59 +01:00
parent 21bf49c218
commit d0aab40fa8
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ ALTER TABLE `tmetaconsole_agent` ADD INDEX `id_tagente_idx` (`id_tagente`);
DELETE FROM `ttipo_modulo` WHERE `nombre` LIKE 'log4x'; DELETE FROM `ttipo_modulo` WHERE `nombre` LIKE 'log4x';
ALTER TABLE tevent_filter ADD column id_source_event int(10);
CREATE TABLE IF NOT EXISTS `tcredential_store` ( CREATE TABLE IF NOT EXISTS `tcredential_store` (
`identifier` varchar(100) NOT NULL, `identifier` varchar(100) NOT NULL,
`id_group` mediumint(4) unsigned NOT NULL DEFAULT 0, `id_group` mediumint(4) unsigned NOT NULL DEFAULT 0,