From ba8da716143dea17e6fa0b0bd6eb6e30af050aac Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Fri, 12 Feb 2010 22:06:30 +0100 Subject: [PATCH] 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. --- bacula/src/cats/cats.h | 2 +- bacula/src/cats/make_ingres_tables.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index 2272401c41..674d57bb33 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 04a6ec22e0..78c3b5c23c 100755 --- a/bacula/src/cats/make_ingres_tables.in +++ b/bacula/src/cats/make_ingres_tables.in @@ -400,7 +400,7 @@ INSERT INTO Status (JobStatus,JobStatusLong) VALUES INSERT INTO Status (JobStatus,JobStatusLong) VALUES ('i', 'Doing batch insert file records'); -INSERT INTO Version (VersionId) VALUES (11); +INSERT INTO Version (VersionId) VALUES (12); -- Make sure we have appropriate permissions \g -- 2.39.5