From: Kern Sibbald Date: Fri, 29 Nov 2002 08:11:24 +0000 (+0000) Subject: Update tables X-Git-Tag: Release-1.27b~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3736223db68c72004d131a8de05f9949027a8831;p=thirdparty%2Fbacula.git Update tables git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@223 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/make_mysql_tables.in b/bacula/src/cats/make_mysql_tables.in index 82ed241d3..daa339907 100644 --- a/bacula/src/cats/make_mysql_tables.in +++ b/bacula/src/cats/make_mysql_tables.in @@ -153,7 +153,7 @@ CREATE TABLE Version ( ); -- Initialize Version -INSERT INTO Version (VersionId) VALUES (4); +INSERT INTO Version (VersionId) VALUES (5); CREATE TABLE Counters ( Counter TINYBLOB NOT NULL, diff --git a/bacula/src/cats/make_sqlite_tables.in b/bacula/src/cats/make_sqlite_tables.in index 46c4a5405..e86d637c1 100644 --- a/bacula/src/cats/make_sqlite_tables.in +++ b/bacula/src/cats/make_sqlite_tables.in @@ -165,7 +165,7 @@ CREATE TABLE Version ( ); -- Initialize Version -INSERT INTO Version (VersionId) VALUES (4); +INSERT INTO Version (VersionId) VALUES (5); CREATE TABLE Counters ( Counter TEXT NOT NULL,