From: Kern Sibbald Date: Mon, 18 Jun 2012 17:25:43 +0000 (+0200) Subject: Fix typo in sqlite3 DB upgrade -- fixes bug #1895 X-Git-Tag: Release-5.2.10~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42ac34b3e42452cd3fd9f9290cd9746501f7e41a;p=bacula%2Fbacula Fix typo in sqlite3 DB upgrade -- fixes bug #1895 --- diff --git a/bacula/src/cats/update_sqlite3_tables.in b/bacula/src/cats/update_sqlite3_tables.in index 6f6a43eb41..d144569e12 100644 --- a/bacula/src/cats/update_sqlite3_tables.in +++ b/bacula/src/cats/update_sqlite3_tables.in @@ -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) );