adjust migration order to be compatible w 0.8
This commit is contained in:
parent
3c6fa87a97
commit
6b54271984
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class Migration(migrations.Migration):
|
|||
# ]
|
||||
|
||||
dependencies = [
|
||||
("users", "0011_preference_hidden_categories"),
|
||||
("users", "0015_user_mastodon_last_reachable"),
|
||||
("takahe", "0001_initial"),
|
||||
]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("users", "0014_preference_mastodon_skip_relationship_and_more"),
|
||||
("users", "0011_preference_hidden_categories"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Add table
Reference in a new issue