From 219339069e2acf089938174b32812a9a1ab331eb Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 30 Dec 2006 15:46:03 +0000 Subject: [PATCH] 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 --- gui/brestore/brestore.pl | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5