Jeff Watkins <[EMAIL PROTECTED]> writes:

> As of r1107, I've moved SqlObjectIdentityProvider to pep8 style names  
> and I've also removed the visit.id (which was deprecated). In  
> addition, I've changed the alternate ID columns for TG_User,  
> TG_Group, TG_Permission from userId, groupId, and permissionId to  
> user_name, group_name, and permission_name. While the old attributes  
> will be supported, they generate a deprecation warning. However, the  
> database column names have changed to reflect the new names. I think  
> this makes things a little clearer -- removing the confusion between  
> userId (a string) and user_id (an int) in the join tables.

With ticket #737 (http://trac.turbogears.org/turbogears/ticket/737) I've
submitted a PostgreSQL migration script that updates the database with Jeff's
changes.

With this script one just looses the visit history but keeps all users and
their passwords intact with the migration.

I believe that people that use other database severs could submit similar
patches so that in the next release people that have deployed 0.9a4 (and
before) TG somewhere won't have to do it by themselves or worse (dump /
restore + manual editing comes to my mind...  with the worst case being
deleting all data and recreating it). 


Be seeing you,
-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to