Update 29.sql
This commit is contained in:
parent
56a7943a06
commit
fb24d9bf86
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue