Skip to content

Commit

Permalink
Correction du conflit de migrations introduit dans la PR 1080
Browse files Browse the repository at this point in the history
fix conflict of tender migration (#1086)
  • Loading branch information
SebastienReuiller authored Feb 19, 2024
1 parent 7df3ba5 commit 599c450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("tenders", "0073_tendersiae_survey_transactioned_amount_and_more"),
("tenders", "0075_partnersharetender_is_active"),
]

operations = [
Expand Down

0 comments on commit 599c450

Please sign in to comment.