I have come across an interesting problem. I first created a model. And syncdb’ed it. Later on I changed the model by adding one models.DateField() and a models.DateTime(). Than I re syncdb’ed it… However the when I checked the database the rows were not added. Is this normal behaviour or did I do something wrong? Later on I deleted all tables and syncdb’ed and got all rows with no problems.
I have come across an interesting problem. I first created a model. And syncdb’ed
Share
No, the docs are quite explicit that it does not alter existing tables.
Use something like South.