On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > What I'd normally do is use alter table to update the fields. I was > surprised to see django won't do it, while using manage.pl syncdb. Is > there a practical way to handle this issue? Or am I doomed to live > with the tables I've created, or worse: Write an SQL?
What you would normally do is what you should do: issue ALTER TABLE statements. The 'syncdb' management target **deliberately** does not alter existing tables (see its documentation for the reason). -- "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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---