diff --git a/peachjam/migrations/0184_peachjamsettings_allow_save_searches.py b/peachjam/migrations/0186_peachjamsettings_allow_save_searches.py similarity index 79% rename from peachjam/migrations/0184_peachjamsettings_allow_save_searches.py rename to peachjam/migrations/0186_peachjamsettings_allow_save_searches.py index 74e11dad0..f358fa008 100644 --- a/peachjam/migrations/0184_peachjamsettings_allow_save_searches.py +++ b/peachjam/migrations/0186_peachjamsettings_allow_save_searches.py @@ -1,4 +1,4 @@ -# Generated by Django 4.2.15 on 2024-11-22 12:06 +# Generated by Django 4.2.15 on 2024-11-22 12:21 from django.db import migrations, models @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ("peachjam", "0183_article_featured"), + ("peachjam", "0185_rename_authors_genericdocument_author"), ] operations = [