From e6c8d1c58bf7eecedfeddb962e7dac611ccd0f67 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 30 Dec 2006 15:42:08 +0000 Subject: [PATCH] ebl add files count to brestore_pathvisibility git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3863 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/brestore.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.5