From: Kern Sibbald Date: Mon, 18 Apr 2005 08:06:51 +0000 (+0000) Subject: Drop Status table in drop_ scripts -- bug 283. X-Git-Tag: Release-1.38.0~557 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6cd85578f1560707b1c1eb8f35c2d72c5a899ade;p=bacula%2Fbacula Drop Status table in drop_ scripts -- bug 283. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1934 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/drop_mysql_tables.in b/bacula/src/cats/drop_mysql_tables.in index c9fe22ed1a..7c730c5b71 100644 --- a/bacula/src/cats/drop_mysql_tables.in +++ b/bacula/src/cats/drop_mysql_tables.in @@ -26,6 +26,7 @@ DROP TABLE IF EXISTS Counters; DROP TABLE IF EXISTS BaseFiles; DROP TABLE IF EXISTS UnsavedFiles; DROP TABLE IF EXISTS CDImages; +DROP TABLE IF EXISTS Status; END-OF-DATA then echo "Deletion of Bacula MySQL tables succeeded." diff --git a/bacula/src/cats/drop_postgresql_tables.in b/bacula/src/cats/drop_postgresql_tables.in index 93fe437f73..dcb7d56ba6 100644 --- a/bacula/src/cats/drop_postgresql_tables.in +++ b/bacula/src/cats/drop_postgresql_tables.in @@ -22,6 +22,7 @@ drop table CDImages; drop table Devices; drop table Storage; drop table MediaType; +drop table Status; END-OF-DATA then echo "Deletion of Bacula PostgreSQL tables succeeded." diff --git a/bacula/src/version.h b/bacula/src/version.h index ac13e47c8d..4df9f780a4 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -1,8 +1,8 @@ /* */ #undef VERSION #define VERSION "1.37.12" -#define BDATE "08 April 2005" -#define LSMDATE "08Apr05" +#define BDATE "18 April 2005" +#define LSMDATE "18Apr05" /* Debug flags */ #undef DEBUG