From: Marco van Wieringen Date: Fri, 12 Feb 2010 21:04:32 +0000 (+0100) Subject: Lets call the Ingres version of the tables also version 12 as it already has all... X-Git-Tag: Release-7.0.0~2229 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e3387f79a6a48bc718c075b7777457ff46be754;p=bacula%2Fbacula Lets call the Ingres version of the tables also version 12 as it already has all the new tables introduced in version 12 on the other backends. --- diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index a4cf94bf1e..e6861f5670 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -539,7 +539,7 @@ extern const char* my_pg_batch_fill_path_query; #include "myingres.h" -#define BDB_VERSION 11 +#define BDB_VERSION 12 /* TEMP: the following is taken from select OID, typname from pg_type; */ /*SRE: huh? */ #define IS_NUM(x) ((x) == 20 || (x) == 21 || (x) == 23 || (x) == 700 || (x) == 701) diff --git a/bacula/src/cats/make_ingres_tables.in b/bacula/src/cats/make_ingres_tables.in index 0fc3de28dd..a4cb559abc 100755 --- a/bacula/src/cats/make_ingres_tables.in +++ b/bacula/src/cats/make_ingres_tables.in @@ -464,7 +464,7 @@ INSERT INTO Status (JobStatus,JobStatusLong,Severity) VALUES INSERT INTO Status (JobStatus,JobStatusLong,Severity) VALUES ('i', 'Doing batch insert file records',15); -INSERT INTO Version (VersionId) VALUES (11); +INSERT INTO Version (VersionId) VALUES (12); -- Make sure we have appropriate permissions \g