From 393f83f1cb9d7b92ea1e3a0a307e52285ecf755f Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 20 Dec 2010 16:57:42 +0000 Subject: [PATCH] 2010-12-20 Miguel de Dios * util/pandora_recode_db.pl: added to recode the table "tpolicy_modules". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3668 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/util/pandora_recode_db.pl | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index bdf5547f2e..4da5db83ab 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2010-12-20 Miguel de Dios + + * util/pandora_recode_db.pl: added to recode the table "tpolicy_modules". + 2010-12-16 Miguel de Dios * DEBIAN/control, DEBIAN/make_deb_package.sh, pandora_console.spec, diff --git a/pandora_server/util/pandora_recode_db.pl b/pandora_server/util/pandora_recode_db.pl index 6dfe59673c..ab7d6b20cd 100755 --- a/pandora_server/util/pandora_recode_db.pl +++ b/pandora_server/util/pandora_recode_db.pl @@ -94,10 +94,10 @@ sub pandora_load_credentials ($) { sub recode_store_tables() { # Storing tables names my @tables = ('tagente', 'tagente_modulo', 'tserver', 'tmodule', 'tperfil', 'tgrupo', 'tplugin', 'treport', 'tpolicies', 'talert_templates', - 'talert_actions', 'ttipo_modulo', 'tconfig_os'); + 'talert_actions', 'ttipo_modulo', 'tconfig_os', 'tpolicy_modules'); my @columns = ('nombre', 'nombre', 'name', 'name', 'name', 'nombre', 'name', 'name', 'name', 'name', - 'name', 'nombre', 'name'); + 'name', 'nombre', 'name', 'name'); my @data = (\@tables, \@columns);