]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo.
authorMarco van Wieringen <mvw@planets.elm.net>
Sat, 9 Apr 2011 21:12:24 +0000 (23:12 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:44:33 +0000 (14:44 +0200)
bacula/src/cats/make_sqlite3_tables.in

index 63fe69c9e998f1381b99f1d093eb643e79f8c9a5..e32bc05cd54ea96161aee8eac5447fc6ad98e05a 100644 (file)
@@ -58,7 +58,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)
    );