Update 29.sql

This commit is contained in:
Marcos Alconada 2019-06-21 12:08:31 +02:00
parent 56a7943a06
commit fb24d9bf86
1 changed files with 2 additions and 0 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;