diff --git a/lemarche/tenders/migrations/0089_tender_remove_hubspot_deal_id.py b/lemarche/tenders/migrations/0090_tender_remove_hubspot_deal_id.py similarity index 87% rename from lemarche/tenders/migrations/0089_tender_remove_hubspot_deal_id.py rename to lemarche/tenders/migrations/0090_tender_remove_hubspot_deal_id.py index b88db20f4..ec84cf621 100644 --- a/lemarche/tenders/migrations/0089_tender_remove_hubspot_deal_id.py +++ b/lemarche/tenders/migrations/0090_tender_remove_hubspot_deal_id.py @@ -13,7 +13,7 @@ def remove_hubspot_deal_id(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ("tenders", "0088_alter_tender_contact_phone"), + ("tenders", "0089_tender_le_marche_doesnt_exist_how_to_find_siae"), ] operations = [ diff --git a/lemarche/users/migrations/0036_user_remove_hubspot_contact_id.py b/lemarche/users/migrations/0038_user_remove_hubspot_contact_id.py similarity index 89% rename from lemarche/users/migrations/0036_user_remove_hubspot_contact_id.py rename to lemarche/users/migrations/0038_user_remove_hubspot_contact_id.py index 3768333a6..b172d5847 100644 --- a/lemarche/users/migrations/0036_user_remove_hubspot_contact_id.py +++ b/lemarche/users/migrations/0038_user_remove_hubspot_contact_id.py @@ -13,7 +13,7 @@ def remove_hubspot_contact_id(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ("users", "0035_alter_user_accept_rgpd"), + ("users", "0037_rename_extra_data_last_year_key"), ] operations = [