diff --git a/dalec_prime/migrations/0001_squashed_0005_auto_20231017_1208.py b/dalec_prime/migrations/0001_squashed_0005_auto_20231017_1208.py index 287abcc..fe4e883 100644 --- a/dalec_prime/migrations/0001_squashed_0005_auto_20231017_1208.py +++ b/dalec_prime/migrations/0001_squashed_0005_auto_20231017_1208.py @@ -164,7 +164,7 @@ class Migration(migrations.Migration): "indexes": [ models.Index( fields=["app", "content_type", "channel", "channel_object"], - name="dalec_prime_app_636e7d_idx", + name="content", ) ], }, diff --git a/dalec_prime/migrations/0005_auto_20231017_1208.py b/dalec_prime/migrations/0005_auto_20231017_1208.py index 91b6294..440939a 100644 --- a/dalec_prime/migrations/0005_auto_20231017_1208.py +++ b/dalec_prime/migrations/0005_auto_20231017_1208.py @@ -17,7 +17,7 @@ class Migration(migrations.Migration): model_name="content", index=models.Index( fields=["app", "content_type", "channel", "channel_object"], - name="dalec_prime_app_636e7d_idx", + name="content", ), ), ]