I upgraded Django admin_tools to the latest version 0.5 . And I'm using Django 1.3
Now I am getting this error when I go to admin pages:
OperationalError: (1054, "Unknown column 'admin_tools_dashboard_preferences.dashboard_id' in 'field list'")
There are no instructions mentioned in the documentation for fixing this. What ALTER TABLE should I fire without letting go of the old data?
PS: I do not use South.