From: Eric Bollengier Date: Sat, 30 Dec 2006 15:46:03 +0000 (+0000) Subject: ebl revert change, files count will be scheduled later X-Git-Tag: Release-2.0.0~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=219339069e2acf089938174b32812a9a1ab331eb;p=bacula%2Fbacula ebl revert change, files count will be scheduled later git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3864 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index d2710bb2cf..f3d7b7b500 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -2181,7 +2181,6 @@ 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);