#7674: simple SchemaEvolution ---------------------------+------------------------------------------------ Reporter: tmbdev | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ I read the discussion of SchemaEvolution in the wiki. General automatic SchemaEvolution is hard, but that doesn't mean that the simple cases can't be handled.
In particular, I think syncdb should handle: * add a column (including adding a new foreign key) * remove a column * change the type of a column (fails if the types aren't convertible) This would probably cover 99% of the schema evolution needs people have. -- Ticket URL: <http://code.djangoproject.com/ticket/7674> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
