> All I can think of is to create a new model, say Poll1,  with the
> correct fields, do a syncdb, write and execute a python function to
> transfer the data from Poll to Poll1, do a DROP TABLE on Poll, create
> a new table named Poll, do a syncdb transfer the data from Poll1 to
> Poll with a python fct. and DROP TABLE Poll1.

Can't you simply use "ALTER TABLE ADD COLUMN" on the db?

Back it up first, obviously.

-- 
Lawrence, oluyede.org - neropercaso.it
"It is difficult to get a man to understand
something when his salary depends on not
understanding it" - Upton Sinclair

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to