From 42ac34b3e42452cd3fd9f9290cd9746501f7e41a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 18 Jun 2012 19:25:43 +0200 Subject: [PATCH] Fix typo in sqlite3 DB upgrade -- fixes bug #1895 --- bacula/src/cats/update_sqlite3_tables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.39.5