Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1151 from astrozzc/order
Browse files Browse the repository at this point in the history
Correct migration order
  • Loading branch information
astrozzc authored Jul 30, 2024
2 parents d0045c8 + 42ede96 commit 3fd06bb
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 @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("management", "0043_auditlog"),
("management", "0044_workspace"),
]

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

dependencies = [
("management", "0044_workspace"),
("management", "0045_remove_auditlog_principal"),
]

operations = [
Expand Down

0 comments on commit 3fd06bb

Please sign in to comment.