From 60f1b8ba6f0d2960746c715f06c6ba4a4bee52aa Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 29 Dec 2006 11:39:00 +0000 Subject: [PATCH] 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 --- gui/brestore/brestore.pl | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5