← Back to team overview

caneypuggies team mailing list archive

Fixed migration

 

I fixed the migration we created last meeting.  The problem was that it
failed to properly create the "Group" table it was supposed to create. 
Here's the original migration:

http://bazaar.launchpad.net/~caneypuggies/reformedchurcheslocator/trunk/revision/31

Here's the fix.  I renamed "group" to "cgroup" throughout so it won't
conflict with the "Group" class in model/auth.py--it makes sense that we
shouldn't have two model classes with the same name, since those model
classes all need to be imported by name on line 63
<http://bazaar.launchpad.net/%7Ecaneypuggies/reformedchurcheslocator/trunk/annotate/head%3A/rcl/model/__init__.py#L63>
of model/__init__.py:

http://bazaar.launchpad.net/~caneypuggies/reformedchurcheslocator/trunk/revision/34

Tim