Skip to content

Commit

Permalink
Correct migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
astrozzc committed Jul 30, 2024
1 parent d0045c8 commit 42ede96
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 42ede96

Please sign in to comment.