Duplicate Column name Django south migration Error

2014-01-13 Thread Vishnu Cherumadathil
The error was: (1060, "Duplicate column name 'address_ar'") ! Error found during real run of migration! Aborting. ! Since you have a database that does not support running ! schema-altering statements in transactions, we have had ! to leave it in an interim state between migrations. ! You *m

Re: Duplicate Column name Django south migration Error

2014-01-13 Thread Mrinmoy Das
You have a duplicate field, remove it. Whats the exact problem? Mrinmoy Das http://goromlagche.in/ On Mon, Jan 13, 2014 at 2:47 PM, Vishnu Cherumadathil < vishnu.say...@gmail.com> wrote: > The error was: (1060, "Duplicate column name 'address_ar'") > ! Error found during real run of migration!