From: Eric Bollengier Date: Wed, 3 Jan 2007 07:27:30 +0000 (+0000) Subject: ebl add Files column for bfileview X-Git-Tag: Release-2.0.0~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d309746cae9b5e54e67c8dfbc6f541efa43d338f;p=bacula%2Fbacula ebl add Files column for bfileview git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3905 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 ###############################