]> 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:04:32 +0000 (22:04 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:29 +0000 (16:49 +0200)
bacula/src/cats/cats.h
bacula/src/cats/make_ingres_tables.in

index a4cf94bf1ebc8e6c8eeedac432568f04ce8055fd..e6861f567062de8e079ccc2fdd2f22eaf643038b 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 0fc3de28ddc4a8c5bd0a9229100c384cf065cd15..a4cb559abc4f0958cb0abf3e95e02283e3bec246 100755 (executable)
@@ -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