From 6b54271984e2ce09c5f85adef11ac1625d8108e8 Mon Sep 17 00:00:00 2001 From: Her Email Date: Sat, 11 Nov 2023 13:41:05 -0500 Subject: [PATCH] adjust migration order to be compatible w 0.8 --- users/migrations/0012_apidentity.py | 2 +- users/migrations/0015_user_mastodon_last_reachable.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/users/migrations/0012_apidentity.py b/users/migrations/0012_apidentity.py index 8c4b4e07..a0de8655 100644 --- a/users/migrations/0012_apidentity.py +++ b/users/migrations/0012_apidentity.py @@ -14,7 +14,7 @@ class Migration(migrations.Migration): # ] dependencies = [ - ("users", "0011_preference_hidden_categories"), + ("users", "0015_user_mastodon_last_reachable"), ("takahe", "0001_initial"), ] diff --git a/users/migrations/0015_user_mastodon_last_reachable.py b/users/migrations/0015_user_mastodon_last_reachable.py index 4106e473..7bdb1d39 100644 --- a/users/migrations/0015_user_mastodon_last_reachable.py +++ b/users/migrations/0015_user_mastodon_last_reachable.py @@ -7,7 +7,7 @@ class Migration(migrations.Migration): dependencies = [ - ("users", "0014_preference_mastodon_skip_relationship_and_more"), + ("users", "0011_preference_hidden_categories"), ] operations = [