Why is askbot migration 0032 broken?
There is a unique index being added to askbot_badgedata which aleady has unique=True when it's created a couple lines earlier. I discovered it doing a clean install using Postgres as the DB. I don't really understand South, but shouldn't an old migration stay the same?
(this is mostly a bug report, but I wasn't sure where to put it since you aren't using github issues!)
Comments
Could you provide more details on how do you run migrations? Migrations works for me
Which version of postgres do you have?