Update 29.sql
This commit is contained in:
parent
21bf49c218
commit
d0aab40fa8
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue