From: Kern Sibbald Date: Tue, 9 Feb 2016 08:05:00 +0000 (+1100) Subject: Fix bug 2199 -- typo in update_postgresql_tables.in X-Git-Tag: Release-7.4.0a~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42725098a84a932db9b136a6890d3035080c8892;p=bacula%2Fbacula Fix bug 2199 -- typo in update_postgresql_tables.in --- diff --git a/bacula/src/cats/update_postgresql_tables.in b/bacula/src/cats/update_postgresql_tables.in index c3db92af58..6690d60182 100644 --- a/bacula/src/cats/update_postgresql_tables.in +++ b/bacula/src/cats/update_postgresql_tables.in @@ -63,7 +63,7 @@ CREATE TABLE RestoreObject ( ); CREATE INDEX restore_jobid_idx on RestoreObject(JobId); -UPDATE Version SET VersionId=12; +UPDATE Version SET VersionId=13; COMMIT; END-OF-DATA