Skip to content

Commit

Permalink
fix: put user migration at end again
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 6, 2024
1 parent b7f87b3 commit 40619cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Migration(migrations.Migration):

dependencies = [
("models", "10121_workflowhistory"),
("models", "10709_refresh_geos_by_transaction"),
]

operations = [
Expand Down

0 comments on commit 40619cc

Please sign in to comment.