From: Eric Bollengier Date: Fri, 29 Dec 2006 11:39:00 +0000 (+0000) Subject: ebl add Size column to brestore_pathvisibility for bweb bfileview.pl X-Git-Tag: Release-2.0.0~63 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60f1b8ba6f0d2960746c715f06c6ba4a4bee52aa;p=bacula%2Fbacula ebl add Size column to brestore_pathvisibility for bweb bfileview.pl git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3854 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 2b533f7e35..d999521eac 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -2180,6 +2180,7 @@ sub create_brestore_tables ( PathId int4 NOT NULL, JobId int4 NOT NULL, + Size int8 DEFAULT 0, CONSTRAINT brestore_pathvisibility_pkey PRIMARY KEY (JobId, PathId) )"; $self->dbh_do($req);