]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/update_postgresql_tables.in
Update Catalog version and use DeltaSeq instead of MarkId
[bacula/bacula] / bacula / src / cats / update_postgresql_tables.in
index c21729a51afebe934e1da5c03eceb69eabd561f7..cbc51850d322b512b0bf1b1981f467f17ab8f338 100644 (file)
@@ -41,7 +41,9 @@ CREATE TABLE RestoreObject (
    );
 CREATE INDEX restore_jobid_idx on RestoreObject(JobId);
 
-UPDATE Version SET VersionId=13;
+ALTER TABLE File ADD COLUMN DeltaSeq smallint default 0;
+
+UPDATE Version SET VersionId=14;
 COMMIT;
 
 ANALYSE;