From e8a306437f1e8b0103c23e4367962f2179115e78 Mon Sep 17 00:00:00 2001 From: Christof Dorner Date: Mon, 19 Dec 2022 21:56:11 +0100 Subject: [PATCH] Reorder migrations to add hashtag one at the end --- .../{0171_hashtag_support.py => 0176_hashtag_support.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename bookwyrm/migrations/{0171_hashtag_support.py => 0176_hashtag_support.py} (94%) diff --git a/bookwyrm/migrations/0171_hashtag_support.py b/bookwyrm/migrations/0176_hashtag_support.py similarity index 94% rename from bookwyrm/migrations/0171_hashtag_support.py rename to bookwyrm/migrations/0176_hashtag_support.py index b77162edb..96e79ff36 100644 --- a/bookwyrm/migrations/0171_hashtag_support.py +++ b/bookwyrm/migrations/0176_hashtag_support.py @@ -8,7 +8,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ("bookwyrm", "0170_merge_0168_auto_20221205_2331_0169_auto_20221206_0902"), + ("bookwyrm", "0174_auto_20230130_1240"), ] operations = [