fixed migration

This commit is contained in:
Abhimanyu Saharan 2024-02-21 14:34:17 +05:30
parent eb451f84c3
commit cbd91b341d

View File

@ -12,6 +12,6 @@ class Migration(migrations.Migration):
operations = [ operations = [
migrations.AddIndex( migrations.AddIndex(
model_name='cachedvalue', model_name='cachedvalue',
index=models.Index(fields=['object_type', 'object_id'], name='extras_cach_object__d92213_idx'), index=models.Index(fields=['object_type', 'object_id'], name='extras_cachedvalue_object'),
), ),
] ]