[Pypi-checkins] r946 - trunk/pypi

richard python-checkins at python.org
Mon Aug 22 07:33:15 CEST 2011


Author: richard
Date: Mon Aug 22 07:33:15 2011
New Revision: 946

Modified:
   trunk/pypi/pkgbase_schema.sql
Log:
update with current production schema

Modified: trunk/pypi/pkgbase_schema.sql
==============================================================================
--- trunk/pypi/pkgbase_schema.sql	(original)
+++ trunk/pypi/pkgbase_schema.sql	Mon Aug 22 07:33:15 2011
@@ -244,7 +244,13 @@
 -- Table structure for table: mirrors
 CREATE TABLE mirrors (
    ip TEXT PRIMARY KEY,
-   user_name TEXT REFERENCES users
+   user_name TEXT REFERENCES users,
+   index_url TEXT,
+   last_modified_url TEXT,
+   local_stats_url TEXT,
+   stats_url TEXT,
+   mirrors_url TEXT
+   
 );
 
 -- ratings


More information about the Pypi-checkins mailing list