2010-12-20 Miguel de Dios <miguel.dedios@artica.es>

* 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
This commit is contained in:
mdtrooper 2010-12-20 16:57:42 +00:00
parent b937eb3072
commit e256e66391
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-12-20 Miguel de Dios <miguel.dedios@artica.es>
* util/pandora_recode_db.pl: added to recode the table "tpolicy_modules".
2010-12-16 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/control, DEBIAN/make_deb_package.sh, pandora_console.spec,

View File

@ -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);