]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_bacula_tables.in
Tweak myingres.c so it build only when HAVE_INGRES
[bacula/bacula] / bacula / src / cats / update_bacula_tables.in
index 8ce59a573b4f586456e43854c84cca2c53d6df99..cd3f3b8e9f6fc2b42ec87c2ee3a4893a96c83349 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # This routine alters the appropriately configured
-#  Bacula tables for PostgreSQL, MySQL, or SQLite.
+#  Bacula tables for PostgreSQL, Ingres, MySQL, or SQLite.
 #
 if test xsqlite3 = x@DB_TYPE@ ; then
   echo "Altering SQLite tables"
@@ -11,6 +11,10 @@ if test xmysql = x@DB_TYPE@ ; then
   echo "Altering MySQL tables"
   @scriptdir@/update_mysql_tables $*
 fi
+if test xingres = x@DB_TYPE@ ; then
+  echo "Altering Ingres tables"
+  @scriptdir@/update_ingres_tables $*
+fi
 if test xpostgresql = x@DB_TYPE@ ; then
   echo "Altering PostgreSQL tables"
   @scriptdir@/update_postgresql_tables $*