[Pypi-checkins] r947 - trunk/pypi

richard python-checkins at python.org
Mon Aug 22 07:38:18 CEST 2011


Author: richard
Date: Mon Aug 22 07:38:18 2011
New Revision: 947

Modified:
   trunk/pypi/pkgbase_schema.sql
Log:
hmm, the most recent migrate with the referenced columns removes them, even though they are in the production schema...

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


More information about the Pypi-checkins mailing list