Skip to content

Commit

Permalink
fix: correct principle user migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Jun 8, 2024
1 parent a04ad52 commit f16a1d6
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", "10709_refresh_geos_by_transaction"),
("models", "10710_fix_whatisthis"),
]

operations = [
Expand Down

0 comments on commit f16a1d6

Please sign in to comment.