Skip to content

Commit

Permalink
fix(dalec_prime): rename index in squashed migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hamadr committed Nov 3, 2023
1 parent 57ed2e3 commit ff09122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class Migration(migrations.Migration):
"indexes": [
models.Index(
fields=["app", "content_type", "channel", "channel_object"],
name="content",
name="dalec_prime_app_636e7d_idx",
)
],
},
Expand Down

0 comments on commit ff09122

Please sign in to comment.