From 99a5fb5f2fb273532f076256fd6239b04b644aed Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 9 Apr 2011 23:12:24 +0200 Subject: [PATCH] Fix typo. --- bacula/src/cats/make_sqlite3_tables.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/make_sqlite3_tables.in b/bacula/src/cats/make_sqlite3_tables.in index 63fe69c9e9..e32bc05cd5 100644 --- a/bacula/src/cats/make_sqlite3_tables.in +++ b/bacula/src/cats/make_sqlite3_tables.in @@ -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) ); -- 2.39.5