#5934: Database Migrations
-----------------------------------------------+----------------------------
Reporter: Patrick Altman <[EMAIL PROTECTED]> | Owner: nobody
Status: new | Component: Tools
Version: SVN | Keywords: database db
migration agile evolution
Stage: Unreviewed | Has_patch: 0
-----------------------------------------------+----------------------------
Something that is a bit of a pain, in an otherwise great web application
framework, is managing database changes in a team environment. Initially
it took me a while to realize that syncdb wasn't really syncing the
database with the models, it was only creating new models.
What would be a great addition to django via manage.py would be something
like the Ruby on Rails: rake db:migrate. Schema/revision the database
with a table that has a revision number, and allow, no encourage,
evolutionary/agile database/model development by just adding "database
migrations".
Is this on anyone's radar? I know that I am not the person probably
interested in such a feature. I'd be happy to help any folks that are
working on it. Or provide more detailed specifications for what I think
would make a solid tool.
Thanks, Patrick Altman
--
Ticket URL: <http://code.djangoproject.com/ticket/5934>
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
-~----------~----~----~----~------~----~------~--~---