Why does South migration 4 failed?
I'm new to askbot. Trying to set up askbot 0.6.79 with MySQL. When running python manage.py migrate askbot, at for 0040_delete_old_tag_filter_strategies. I'm getting this error:
.../MySQLdb/connections.py", line 36, in defaulterrorhandler _mysql_exceptions.OperationalError: (1214, "The used table type doesn't support FULLTEXT indexes")
What's wrong?
Comments