Author: brosner
Date: Fri Nov 14 11:22:38 2008
New Revision: 1080
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Fri Nov 14 11:22:38 2008
@@ -139,7 +139,7 @@
{{{
BEGIN;
-# table renames
+-- table renames
ALTER TABLE django_openidconsumer_nonce
RENAME TO django_openid_nonce;
ALTER TABLE django_openidconsumer_association
@@ -147,7 +147,7 @@
ALTER TABLE django_openidauth_useropenid
RENAME TO django_openid_useropenidassociation;
-# column modifications
+-- column modifications
ALTER TABLE django_openid_nonce
ALTER server_url TYPE character varying(255);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---