]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo in sqlite3 DB upgrade -- fixes bug #1895
authorKern Sibbald <kern@sibbald.com>
Mon, 18 Jun 2012 17:25:43 +0000 (19:25 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:50 +0000 (14:50 +0200)
bacula/src/cats/update_sqlite3_tables.in

index 6f6a43eb41ee4c224af72229a7a62839f75e7904..d144569e1208011586b30f01758f309d7093093e 100644 (file)
@@ -38,7 +38,7 @@ CREATE TABLE RestoreObject (
    ObjectIndex INTEGER DEFAULT 0,
    ObjectType INTEGER DEFAULT 0,
    FileIndex INTEGER UNSIGNED DEFAULT 0,
-   ObejctCompression INTEGER DEFAULT 0,
+   ObjectCompression INTEGER DEFAULT 0,
    JobId INTEGER UNSIGNED REFERENCES Job NOT NULL,
    PRIMARY KEY(RestoreObjectId)
    );