diff --git a/cotisations/migrations/0031_custom_invoice.py b/cotisations/migrations/0032_custom_invoice.py similarity index 98% rename from cotisations/migrations/0031_custom_invoice.py rename to cotisations/migrations/0032_custom_invoice.py index fd5ac336..e143ae13 100644 --- a/cotisations/migrations/0031_custom_invoice.py +++ b/cotisations/migrations/0032_custom_invoice.py @@ -45,7 +45,7 @@ def update_rights(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ('cotisations', '0030_custom_payment'), + ('cotisations', '0031_comnpaypayment_production'), ] operations = [