From c500362255ab58fbbe3f68f70e9efb9e251e14a7 Mon Sep 17 00:00:00 2001 From: dpavlin Date: Fri, 23 Sep 2005 15:04:37 +0000 Subject: [PATCH] make backup size bigint git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@136 8392b6e1-25fa-0310-8288-cc32f8e212ea --- bin/BackupPC_updatedb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/BackupPC_updatedb b/bin/BackupPC_updatedb index 74b7efa..27b2e54 100755 --- a/bin/BackupPC_updatedb +++ b/bin/BackupPC_updatedb @@ -312,7 +312,7 @@ if ($opt{c}) { date integer NOT NULL, type CHAR(4) not null, shareID integer not null references shares(id), - size integer not null, + size bigint not null, PRIMARY KEY(hostID, num, shareID) ); }); -- 2.20.1