[Fixed]-South: run a migration for a column that is both unique and not null

13👍

Yes, this is the approach you should take. You should be doing schemamigration -> datamigration -> schemamigration for this. unfortunately if there is no way to do it in SQL, south cannot do it either.

👤Thomas

Leave a comment