From 41b1a885ea6bf95bb92255d347a0acedfa7a0150 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 29 Oct 2011 16:46:58 +0200 Subject: [PATCH] Update configure.in to setup new db tables --- bacula/autoconf/configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index ba5cb94ae6..8b19d5242b 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -3315,6 +3315,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 \ $PFILES ], [ ] -- 2.39.5