diff --git a/src/documents/migrations/1066_alter_document_created.py b/src/documents/migrations/1067_alter_document_created.py similarity index 96% rename from src/documents/migrations/1066_alter_document_created.py rename to src/documents/migrations/1067_alter_document_created.py index cab4212ba..82736f980 100644 --- a/src/documents/migrations/1066_alter_document_created.py +++ b/src/documents/migrations/1067_alter_document_created.py @@ -31,7 +31,7 @@ def migrate_date(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ - ("documents", "1065_workflowaction_assign_custom_fields_values"), + ("documents", "1066_alter_workflowtrigger_schedule_offset_days"), ] operations = [ diff --git a/src/documents/tests/test_migration_created.py b/src/documents/tests/test_migration_created.py index 42c30a745..7aced9789 100644 --- a/src/documents/tests/test_migration_created.py +++ b/src/documents/tests/test_migration_created.py @@ -6,8 +6,8 @@ from documents.tests.utils import TestMigrations class TestMigrateDocumentCreated(DirectoriesMixin, TestMigrations): - migrate_from = "1065_workflowaction_assign_custom_fields_values" - migrate_to = "1066_alter_document_created" + migrate_from = "1066_alter_workflowtrigger_schedule_offset_days" + migrate_to = "1067_alter_document_created" def setUpBeforeMigration(self, apps): # create 600 documents