]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_postgresql_tables.in
Update Catalog version and use DeltaSeq instead of MarkId
[bacula/bacula] / bacula / src / cats / make_postgresql_tables.in
index 0bb7bfa00cccfdba1974e9910b93c201de787691..cb8d58dd6d5ec362ea4d8f9fe7be7dc5a22088b4 100644 (file)
@@ -53,6 +53,7 @@ CREATE TABLE File
     JobId            integer     not null,
     PathId           integer     not null,
     FilenameId       integer     not null,
+    DeltaSeq         smallint    not null  default 0,
     MarkId           integer     not null  default 0,
     LStat            text        not null,
     Md5              text        not null,