Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamadr committed Oct 17, 2023
1 parent a814b73 commit ccdebf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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="dalec_prime_app_636e7d_idx",
name="content",
)
],
},
Expand Down
2 changes: 1 addition & 1 deletion dalec_prime/migrations/0005_auto_20231017_1208.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
),
]

0 comments on commit ccdebf0

Please sign in to comment.