I currently have an issue with some south migrations in my django application. After doing a code merge I have come across a couple migrations with the same index. I have successfully reversed the migrations back to right before the first duplicate migration number.
(*) 0209_auto__add_field_product_subtitle
( ) 0210_auto__add_field_invoice_shipping_cost
( ) 0210_auto__add_reminderemailmessage__add_unique_reminderemailmessage_produc
( ) 0211_auto__add_cmecredits
( ) 0211_auto__chg_field_reminderemailmessage_product_package
( ) 0212_auto__add_field_test_credit_limit_override
( ) 0212_auto__chg_field_reminderemailmessage_product_package
I am just wondering what the best approach to fixing this issue because when trying to deploy this to a development server I am getting the following error.
! Migration decker:0211_auto__add_cmecredits should not have been applied before decker:0210_auto__add_reminderemailmessage__add_unique_reminderemailmessage_produc but was