From: Eric Bollengier Date: Sat, 10 May 2014 08:06:38 +0000 (+0200) Subject: Tweak configure.in to generate updatedb upgrade script 12 to 14 X-Git-Tag: Release-7.0.3~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d97a4854b7a625634551a5870459ba17dde7bafa;p=bacula%2Fbacula Tweak configure.in to generate updatedb upgrade script 12 to 14 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index c88a709a33..47d45dee92 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -3309,6 +3309,9 @@ AC_OUTPUT([autoconf/Make.common \ updatedb/update_mysql_tables_11_to_12 \ updatedb/update_sqlite3_tables_11_to_12 \ updatedb/update_postgresql_tables_11_to_12 \ + updatedb/update_mysql_tables_12_to_14 \ + updatedb/update_sqlite3_tables_12_to_14 \ + updatedb/update_postgresql_tables_12_to_14 \ examples/nagios/check_bacula/Makefile \ platforms/rpms/redhat/bacula.spec \ platforms/rpms/redhat/bacula-bat.spec \