fix migration dependency order

Show_guided_tour needs to come after alter_user_preferred_language due to conficts. I think.
This commit is contained in:
Hugh Rundle 2022-07-17 16:34:42 +10:00
parent 17dc5e7eb1
commit 356c1c0b62

View file

@ -12,7 +12,7 @@ def existing_users_default(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("bookwyrm", "0153_merge_20220706_2141"),
("bookwyrm", "0154_alter_user_preferred_language"),
]
operations = [