[tor-commits] [metrics-web/master] GetTor bundle names are now longer than 32 chars.

karsten at torproject.org karsten at torproject.org
Sun Apr 3 12:43:39 UTC 2011


commit b9438593c83521c691d711453ceae71d7d9423a0
Author: Karsten Loesing <karsten.loesing at 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)
 );



More information about the tor-commits mailing list