Part of moving to the 1.0 release is that we integrated the South framework into ODC. South is a framework for managing database migrations. In the future, updates will be as simple as:
python manage.py syncdb
python manage.py migrate
However, it requires a bit of work on your part to move an existing installation onto South. Simple update to the most recent source and run the following commands:
python manage.py syncdb
python manage.py migrate --frake
If you have any questions let me know here or on IRC
--
Adam Hinz
Software Engineer, Azavea