From 42725098a84a932db9b136a6890d3035080c8892 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 9 Feb 2016 19:05:00 +1100 Subject: [PATCH] Fix bug 2199 -- typo in update_postgresql_tables.in --- 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 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 -- 2.39.5