From: Eric Bollengier Date: Sat, 30 Dec 2006 15:42:08 +0000 (+0000) Subject: ebl add files count to brestore_pathvisibility X-Git-Tag: Release-2.0.0~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e6c8d1c58bf7eecedfeddb962e7dac611ccd0f67;p=bacula%2Fbacula ebl add files count to brestore_pathvisibility git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3863 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index d999521eac..d2710bb2cf 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -2180,7 +2180,8 @@ sub create_brestore_tables ( PathId int4 NOT NULL, JobId int4 NOT NULL, - Size int8 DEFAULT 0, + Size int8 DEFAULT 0, + Files int4 DEFAULT 0, CONSTRAINT brestore_pathvisibility_pkey PRIMARY KEY (JobId, PathId) )"; $self->dbh_do($req);