[Pypi-checkins] r881 - trunk/pypi/tools

martin.von.loewis python-checkins at python.org
Fri Jan 28 09:57:42 CET 2011


Author: martin.von.loewis
Date: Fri Jan 28 09:57:42 2011
New Revision: 881

Modified:
   trunk/pypi/tools/sql-migrate-20110129.sql
Log:
Fix syntax error.


Modified: trunk/pypi/tools/sql-migrate-20110129.sql
==============================================================================
--- trunk/pypi/tools/sql-migrate-20110129.sql	(original)
+++ trunk/pypi/tools/sql-migrate-20110129.sql	Fri Jan 28 09:57:42 2011
@@ -1 +1 @@
-alter TABLE rego_otk add rego_otk_unique constraint unique(otk);
+alter TABLE rego_otk add constraint rego_otk_unique unique(otk);


More information about the Pypi-checkins mailing list