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 s
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 d
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 Group
3 matches
Mail list logo