]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/cats/make_sqlite3_tables.in
Correct some problems with database creation (new tables).
[bacula/bacula] / bacula / src / cats / make_sqlite3_tables.in
index a091c50270eb126251eca338204c040bb9c60c98..da180cf7dc699c57a7bb6c44618fe90b71b64bf7 100644 (file)
@@ -85,6 +85,11 @@ CREATE TABLE MAC (
    PRIMARY KEY(JobId)
    );
 
+CREATE TABLE Location (
+   LocationId INTEGER,
+   Location TINYBLOB NOT NULL,
+   PRIMARY KEY(LocationId)
+   );
 
 CREATE TABLE FileSet (
    FileSetId INTEGER,