]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak copy update_xxx_table.in files from cats to updatedb
authorKern Sibbald <kern@sibbald.com>
Sat, 21 Nov 2015 02:18:36 +0000 (18:18 -0800)
committerKern Sibbald <kern@sibbald.com>
Sat, 21 Nov 2015 02:18:36 +0000 (18:18 -0800)
bacula/updatedb/update_mysql_tables.in
bacula/updatedb/update_postgresql_tables.in

index a80001108f48838e9c08b40655740265e90674dd..4ae0513679e3ff6e80fd25220ba4a3629a59d159 100644 (file)
@@ -9,8 +9,8 @@
 echo " "
 echo "This script will update a Bacula MySQL database from version 12-14 to 15"
 echo " "
-echo "Depending on the current version of your catalog, you may have to run this script"
-echo " multiple times"
+echo "Depending on the current version of your catalog,"
+echo "you may have to run this script multiple times."
 echo " "
 
 bindir=@MYSQL_BINDIR@
@@ -116,10 +116,10 @@ CREATE TABLE Snapshot (
   SnapshotId     INTEGER UNSIGNED AUTO_INCREMENT,
   Name           TINYBLOB NOT NULL,
   JobId          INTEGER UNSIGNED DEFAULT 0,
-  FileSetId INTEGER UNSIGNED DEFAULT 0;
+  FileSetId      INTEGER UNSIGNED DEFAULT 0,
   CreateTDate    BIGINT   NOT NULL,
   CreateDate     DATETIME NOT NULL,
-  ClientId       INTEGER DEFAULT 0,
+  ClientId       INTEGER UNSIGNED DEFAULT 0,
   Volume         TINYBLOB NOT NULL,
   Device         TINYBLOB NOT NULL,
   Type           TINYBLOB NOT NULL,
index 6681046ccc2ca71ecfa9d670c5359b69020a92f7..c3db92af58cf335908611f7df49d6b413194b669 100644 (file)
@@ -3,14 +3,14 @@
 # Copyright (C) 2000-2015 Kern Sibbald
 # License: BSD 2-Clause; see file LICENSE-FOSS
 #
-# Shell script to update MySQL tables from Bacula Community version 
+# Shell script to update PostgreSQL tables from Bacula Community version 
 #  5.0.x, 5.2.x, 7.0.x
 #
 echo " "
-echo "This script will update a Bacula MySQL database from version 12-14 to 15"
+echo "This script will update a Bacula PostgreSQL database from version 12-14 to 15"
 echo " "
-echo "Depending on the current version of your catalog, you may have to run this script"
-echo " multiple times"
+echo "Depending on the current version of your catalog,"
+echo "you may have to run this script multiple times."
 echo " "
 
 bindir=@POSTGRESQL_BINDIR@