askbot_badgedata does not during initial database migration?
When I run my initial syncdb and then my migrations, both migrations give the following error:
relation "askbot_badgedata" does not exist
LINE 1: ..."."slug", "askbot_badgedata"."awarded_count" FROM "askbot_ba...
This is with askbot 0.7.29.
Is this expected? Why does this happen?
Comments
Are you on mysql? could you pls give more details about your database? Thanks!