Skip to content

Commit

Permalink
rename migrations after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 1, 2024
1 parent 6f14d12 commit 939b950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 939b950

Please sign in to comment.