What is the best solution if I want to upgrade (alter) my database schema (add new fields to tables by adding them just to django models) without losing data in these tables? "syncdb" not adding them of course, so I need your advices how to alter tables without deleting them and recreating again with syncdb.What is the best solution if I want to upgrade