From 356c1c0b625d09037bb25b9e9cd8d0745883fca1 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sun, 17 Jul 2022 16:34:42 +1000 Subject: [PATCH] fix migration dependency order Show_guided_tour needs to come after alter_user_preferred_language due to conficts. I think. --- ...4_user_show_guided_tour.py => 0155_user_show_guided_tour.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bookwyrm/migrations/{0154_user_show_guided_tour.py => 0155_user_show_guided_tour.py} (91%) diff --git a/bookwyrm/migrations/0154_user_show_guided_tour.py b/bookwyrm/migrations/0155_user_show_guided_tour.py similarity index 91% rename from bookwyrm/migrations/0154_user_show_guided_tour.py rename to bookwyrm/migrations/0155_user_show_guided_tour.py index 62c8326dc..f7a7f3bd5 100644 --- a/bookwyrm/migrations/0154_user_show_guided_tour.py +++ b/bookwyrm/migrations/0155_user_show_guided_tour.py @@ -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 = [