Skip to content

Commit

Permalink
Merge pull request #155 from opencdms/fix/migration-conflict
Browse files Browse the repository at this point in the history
rectified migration merge conflict issue
  • Loading branch information
fabiosato authored Oct 9, 2024
2 parents ff9901a + 85553d6 commit 8084028
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('wx', '0027_auto_20230725_0352'),
('wx', '0028_auto_20240814_1808'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion api/wx/migrations/0030_auto_20240830_2025.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('wx', '0029_variable_synoptic_code_form'),
('wx', '0029_auto_20240928_0243'),
]

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

dependencies = [
('wx', '0028_auto_20240814_1808'),
('wx', '0030_auto_20240830_2025'),
]

operations = [
Expand Down

0 comments on commit 8084028

Please sign in to comment.