]> git.sur5r.net Git - bacula/bacula/commitdiff
Lets call the Ingres version of the tables also version 12 as it already has all...
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 12 Feb 2010 21:06:30 +0000 (22:06 +0100)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 12 Feb 2010 21:06:30 +0000 (22:06 +0100)
in version 12 on the other backends.

bacula/src/cats/cats.h
bacula/src/cats/make_ingres_tables.in

index 2272401c418dc7082b956551081f24745983cfcf..674d57bb33a3803808121948c7869be1a5802d78 100644 (file)
@@ -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)
index 04a6ec22e0eb558dfd0ed4ce36a07eea119f5ee0..78c3b5c23cb82e3bd0bfd23b73d5e994fc656455 100755 (executable)
@@ -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