2010-11-08 Dario Rodriguez <dario.rodriguez@artica.es>
* util/pandora_recode_db.pl: Added talert_template, tconfig_os, talet_actions and ttipo_modulo to encode names fields. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3547 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d6e9d6f99d
commit
ac86d47d3e
|
@ -1,3 +1,8 @@
|
|||
2010-11-08 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* util/pandora_recode_db.pl: Added talert_template, tconfig_os,
|
||||
talet_actions and ttipo_modulo to encode names fields.
|
||||
|
||||
2010-11-07 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* Makefile.PL: Added 'INSTALLSITELIB' for FreeBSD. (undefined)
|
||||
|
|
|
@ -93,9 +93,11 @@ sub pandora_load_credentials ($) {
|
|||
|
||||
sub recode_store_tables() {
|
||||
# Storing tables names
|
||||
my @tables = ('tagente', 'tagente_modulo', 'tserver', 'tmodule', 'tperfil', 'tgrupo', 'tplugin', 'treport', 'tpolicies');
|
||||
my @tables = ('tagente', 'tagente_modulo', 'tserver', 'tmodule', 'tperfil', 'tgrupo', 'tplugin', 'treport', 'tpolicies', 'talert_templates',
|
||||
'talert_actions', 'ttipo_modulo', 'tconfig_os');
|
||||
|
||||
my @columns = ('nombre', 'nombre', 'name', 'name', 'name', 'nombre', 'name', 'name', 'name');
|
||||
my @columns = ('nombre', 'nombre', 'name', 'name', 'name', 'nombre', 'name', 'name', 'name', 'name',
|
||||
'name', 'nombre', 'name');
|
||||
|
||||
my @data = (\@tables, \@columns);
|
||||
|
||||
|
|
Loading…
Reference in New Issue