mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-03 05:48:44 +00:00
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:
parent
17dc5e7eb1
commit
356c1c0b62
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ def existing_users_default(apps, schema_editor):
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("bookwyrm", "0153_merge_20220706_2141"),
|
("bookwyrm", "0154_alter_user_preferred_language"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in a new issue