From d309746cae9b5e54e67c8dfbc6f541efa43d338f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 3 Jan 2007 07:27:30 +0000 Subject: [PATCH] ebl add Files column for bfileview git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3905 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/brestore.pl | 1 + gui/bweb/INSTALL | 1 + 2 files changed, 2 insertions(+) diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index f3d7b7b500..d2710bb2cf 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -2181,6 +2181,7 @@ sub create_brestore_tables PathId int4 NOT NULL, JobId int4 NOT NULL, Size int8 DEFAULT 0, + Files int4 DEFAULT 0, CONSTRAINT brestore_pathvisibility_pkey PRIMARY KEY (JobId, PathId) )"; $self->dbh_do($req); diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index e0be74b064..bdc2dcaec7 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -214,6 +214,7 @@ Job { To upgrade from an old installation, you can use : ALTER TABLE brestore_pathvisibility ADD Size int8; +ALTER TABLE brestore_pathvisibility ADD Files int4; ################ ACCESSING TO BWEB ############################### -- 2.39.5