Skip to content
Snippets Groups Projects
Verified Commit b3519b1d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix index for model Break

parent de4c29c9
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,6 @@ class Migration(migrations.Migration): ...@@ -39,6 +39,6 @@ class Migration(migrations.Migration):
), ),
migrations.AddIndex( migrations.AddIndex(
model_name='break', model_name='break',
index=models.Index(fields=['after_period', 'before_period'], name='chronos_bre_period__925ac6_idx'), index=models.Index(fields=['after_period', 'before_period'], name='chronos_bre_after_p_0f28d3_idx'),
), ),
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment