From ae41befa635e29782ab2ab3104424416e8a00aca Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 2 Nov 2023 08:59:42 +0100 Subject: [PATCH] Fix org#2696 About typo in update_postgresql_tables --- bacula/src/cats/update_postgresql_tables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3