diff --git a/src/documents/migrations/1057_workflowtrigger_schedule_date_custom_field_and_more.py b/src/documents/migrations/1058_workflowtrigger_schedule_date_custom_field_and_more.py similarity index 98% rename from src/documents/migrations/1057_workflowtrigger_schedule_date_custom_field_and_more.py rename to src/documents/migrations/1058_workflowtrigger_schedule_date_custom_field_and_more.py index fa3e68100..05d38578a 100644 --- a/src/documents/migrations/1057_workflowtrigger_schedule_date_custom_field_and_more.py +++ b/src/documents/migrations/1058_workflowtrigger_schedule_date_custom_field_and_more.py @@ -9,7 +9,7 @@ from django.db import models class Migration(migrations.Migration): dependencies = [ - ("documents", "1056_customfieldinstance_deleted_at_and_more"), + ("documents", "1057_paperlesstask_owner"), ] operations = [