Skip to content

Commit

Permalink
adjust migration order to be compatible w 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Her Email authored and alphatownsman committed Nov 11, 2023
1 parent 3c6fa87 commit 6b54271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion users/migrations/0012_apidentity.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Migration(migrations.Migration):
# ]

dependencies = [
("users", "0011_preference_hidden_categories"),
("users", "0015_user_mastodon_last_reachable"),
("takahe", "0001_initial"),
]

Expand Down
2 changes: 1 addition & 1 deletion users/migrations/0015_user_mastodon_last_reachable.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
("users", "0014_preference_mastodon_skip_relationship_and_more"),
("users", "0011_preference_hidden_categories"),
]

operations = [
Expand Down

0 comments on commit 6b54271

Please sign in to comment.