Skip to content

Commit

Permalink
🔀 [MERGE] Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Chatewgne committed Jan 2, 2024
1 parent c32973a commit f87d00a
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 @@ -16,7 +16,7 @@ def copy_date_into_begin_date(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
('maintenance', '0022_auto_20230503_0837'),
('maintenance', '0023_intervention_access'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('maintenance', '0023_auto_20231206_1627'),
('maintenance', '0024_auto_20231206_1627'),
]

operations = [
Expand Down

0 comments on commit f87d00a

Please sign in to comment.