On Sun, Jun 28, 2009 at 3:56 PM, Wayne Koorts<wkoo...@gmail.com> wrote:
> In your case you'll probably have to drop the id columns and recreate
> them.  I'm not sure how Postgres will deal with adding a serial column
> to an existing table, but see how it goes (make backups first of
> course).

It works fine. The only thing to watch out for is the need to ensure
that the sequence starts at a value higher than any currently in use.
Fortunately, there's a management command in Django for handling that:

http://docs.djangoproject.com/en/dev/ref/django-admin/#sqlsequencereset-appname-appname


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to