Reputation: 33891
I'm not sure what went wrong, but I have a migration to remove a model (database table). The table has been removed, but South does not think the migration has been applied, so when I migrate it tries to remove it, and fails, halting further migrations.
What should I do?
Upvotes: 1
Views: 70