From: Eric Bollengier Date: Mon, 18 Oct 2021 20:17:27 +0000 (+0200) Subject: Add update_..._tables_1024_to_1025 to ./configure.in X-Git-Tag: Beta-15.0.0~812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b035abd222c3b47cced35441190ecd777fb056c;p=thirdparty%2Fbacula.git Add update_..._tables_1024_to_1025 to ./configure.in --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index b0eb70cd3..a8d40187a 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -4172,10 +4172,12 @@ AC_CONFIG_FILES([ updatedb/update_postgresql_tables_1021_to_1022 \ updatedb/update_postgresql_tables_1022_to_1023 \ updatedb/update_postgresql_tables_1023_to_1024 \ + updatedb/update_postgresql_tables_1024_to_1025 \ updatedb/update_mysql_tables_1020_to_1021 \ updatedb/update_mysql_tables_1021_to_1022 \ updatedb/update_mysql_tables_1022_to_1023 \ updatedb/update_mysql_tables_1023_to_1024 \ + updatedb/update_mysql_tables_1024_to_1025 \ examples/nagios/check_bacula/Makefile \ platforms/rpms/redhat/bacula.spec \ platforms/rpms/redhat/bacula-bat.spec \