From: Eric Bollengier Date: Fri, 3 Nov 2023 07:51:49 +0000 (+0100) Subject: Fix org#2696 About typo in the update_postgresql_tables script X-Git-Tag: Beta-15.0.1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26465b52904b1188a394400f909d8580f746c189;p=thirdparty%2Fbacula.git Fix org#2696 About typo in the update_postgresql_tables script --- diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index 35c06ee19..af021a584 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -757,7 +757,7 @@ 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 StatusInfo text default ''; -ATLER TABLE Job ADD COLUMN Encrypted int default 0; +ALTER TABLE Job ADD COLUMN Encrypted int default 0; ALTER TABLE JobHisto ADD COLUMN RealStartTime timestamp without time zone; ALTER TABLE JobHisto ADD COLUMN isVirtualFull smallint default 0;