]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_ingres_tables.in
Split messages line by line before sending it to syslog() fix #3325
[bacula/bacula] / bacula / src / cats / make_ingres_tables.in
index 40d258f76c1aadb0be630eb8a2daa05b254c5d6d..ecd518feed7a5bd0f486d4941ebd956efbe68643 100755 (executable)
@@ -72,6 +72,7 @@ CREATE TABLE file
    JobId               INTEGER         NOT NULL,
    PathId              INTEGER         NOT NULL,
    FilenameId          INTEGER         NOT NULL,
+   DeltaSeq            INTEGER         NOT NULL DEFAULT 0,
    MarkId              INTEGER         NOT NULL DEFAULT 0,
    LStat               VARBYTE(255)    NOT NULL,
    Md5                 VARBYTE(255)    NOT NULL,