Merge branch 'ent-3837-7848-campo-id_source_event-en-vista-de-eventos-y-poder-filtrar-por-este' of https://brutus.artica.lan:8081/artica/pandorafms into ent-3837-7848-campo-id_source_event-en-vista-de-eventos-y-poder-filtrar-por-este

This commit is contained in:
marcos.alconada 2019-06-21 12:37:51 +02:00
commit 96799cb743
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
START TRANSACTION;
DELETE FROM `ttipo_modulo` WHERE `nombre` LIKE 'log4x';
ALTER TABLE tevent_filter ADD column id_source_event int(10);
COMMIT;

View File

@ -1277,7 +1277,7 @@ ALTER TABLE tevent_filter ADD COLUMN `date_to` date DEFAULT NULL;
ALTER TABLE tevent_filter ADD COLUMN `user_comment` text NOT NULL;
ALTER TABLE tevent_filter ADD COLUMN `source` tinytext NOT NULL;
ALTER TABLE tevent_filter ADD COLUMN `id_extra` tinytext NOT NULL;
ALTER TABLE tevent_filter ADD column id_source_event int(10);
ALTER TABLE tevent_filter ADD COLUMN id_source_event int(10);
-- ---------------------------------------------------------------------
-- Table `tusuario`
-- ---------------------------------------------------------------------