diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 9b5ec600a2..25a34fff93 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -1312,4 +1312,7 @@ INSERT INTO `tnotification_source_user`(`id_source`,`id_user`,`enabled`,`also_ma INSERT INTO `tnotification_source_group` SELECT `id`,0 FROM `tnotification_source` WHERE `description`="Message"; - \ No newline at end of file +-- +-- Delete row in ttipo_modulo with name value 'log4x', this value dont use more in pandora +-- +DELETE FROM ttipo_modulo where nombre like 'log4x';