From: Eric Bollengier Date: Thu, 2 Nov 2023 07:59:42 +0000 (+0100) Subject: Fix org#2696 About typo in update_postgresql_tables X-Git-Tag: Beta-15.0.1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae41befa635e29782ab2ab3104424416e8a00aca;p=thirdparty%2Fbacula.git Fix org#2696 About typo in update_postgresql_tables --- diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index e226ccf68..35c06ee19 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -755,7 +755,7 @@ ALTER TABLE Job ADD COLUMN Rate float default 0; ALTER TABLE Job ADD COLUMN LastReadStorageId integer default 0; ALTER TABLE Job ADD COLUMN LastReadDevice text default ''; ALTER TABLE Job ADD COLUMN WriteStorageId integer default 0; -ALTER TABLE Job ADD COLUMN WriteDevice text default '' +ALTER TABLE Job ADD COLUMN WriteDevice text default ''; ALTER TABLE Job ADD COLUMN StatusInfo text default ''; ATLER TABLE Job ADD COLUMN Encrypted int default 0;