Skip to content

Commit

Permalink
chore: Reorder migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
David Code Howard committed Sep 27, 2023
1 parent 1673d57 commit d3967dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("project_management", "0014_site_privacy_alter_project_description"),
("project_management", "0018_projectmembership_projectmembershiplist_and_more"),
]

operations = [
Expand Down

0 comments on commit d3967dd

Please sign in to comment.