manage.py migrate fatal error
os : centos 6.3 Database mysql
askbot:0161_add_field__user_languages
FATAL ERROR - The following SQL query failed: ALTER TABLE auth_user
ADD COLUMN languages
varchar(128) NOT NULL DEFAULT 'en';
The error was: (1060, "Duplicate column name 'languages'")
! Error found during real run of migration! Aborting.
Comments
I found many errors when migrating on Heroku. Unfortunately I was not able to solve them (yet). But the website runs OK even with these...