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-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc21a9ba796c9d4fd2d51a42702da4cdd78e84a9;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) );