From: Eric Bollengier Date: Fri, 30 Sep 2022 18:57:11 +0000 (+0200) Subject: cats: Update postgresql upgrade procedure X-Git-Tag: Beta-15.0.0~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672f717a8fc3104f09c6fd3885885ae290fd1b6f;p=thirdparty%2Fbacula.git cats: Update postgresql upgrade procedure --- diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 6e290e672..0bca86b0e 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -717,7 +717,50 @@ fi if [ "$DBVERSION" -eq 1025 ] ; then if psql -f - -d ${db_name} $* <