From: Eric Bollengier Date: Wed, 6 Sep 2023 13:38:04 +0000 (+0200) Subject: Add new database upgrade scripts to ./configure X-Git-Tag: Beta-15.0.0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b394055b2e9e2b3b0bc66ca733098aa74b9766d3;p=thirdparty%2Fbacula.git Add new database upgrade scripts to ./configure --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 7b1f73481..73471e95d 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -4240,11 +4240,13 @@ AC_CONFIG_FILES([ updatedb/update_postgresql_tables_1022_to_1023 \ updatedb/update_postgresql_tables_1023_to_1024 \ updatedb/update_postgresql_tables_1024_to_1025 \ + updatedb/update_postgresql_tables_1025_to_1026 \ 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 \ + updatedb/update_mysql_tables_1025_to_1026 \ examples/nagios/check_bacula/Makefile \ platforms/rpms/redhat/bacula.spec \ platforms/rpms/redhat/bacula-bat.spec \