commit b9438593c83521c691d711453ceae71d7d9423a0 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Apr 3 14:42:44 2011 +0200
GetTor bundle names are now longer than 32 chars. --- db/tordir.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/db/tordir.sql b/db/tordir.sql index 11e49dc..c47d19a 100644 --- a/db/tordir.sql +++ b/db/tordir.sql @@ -719,7 +719,7 @@ CREATE TABLE torperf_stats ( -- Packages requested from GetTor CREATE TABLE gettor_stats ( "date" DATE NOT NULL, - bundle CHARACTER VARYING(32) NOT NULL, + bundle CHARACTER VARYING(64) NOT NULL, downloads INTEGER NOT NULL, CONSTRAINT gettor_stats_pkey PRIMARY KEY("date", bundle) );
tor-commits@lists.torproject.org