Re: Updating Database Schema

2008-07-12 Thread Chris
On Jul 12, 3:31 pm, Jeff Anderson <[EMAIL PROTECTED]> wrote: > Chris wrote: > > What's the best way to update database schema? If I add a column to a > > table in my models.py and then run "manage.py syncdb", it doesn't add > > the new column in the database. > > syncdb will never issue an alter

Re: Updating Database Schema

2008-07-12 Thread Jeff Anderson
Chris wrote: What's the best way to update database schema? If I add a column to a table in my models.py and then run "manage.py syncdb", it doesn't add the new column in the database. syncdb will never issue an alter statement-- this could be devastating on a production server with lots of

Updating Database Schema

2008-07-12 Thread Chris
What's the best way to update database schema? If I add a column to a table in my models.py and then run "manage.py syncdb", it doesn't add the new column in the database. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google