From 2406f326afe97ba8402b1e3f417091cfa613af46 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 11 May 2025 13:50:17 -0700 Subject: [PATCH] Fix migrations from merge --- ...ter_document_created.py => 1067_alter_document_created.py} | 2 +- src/documents/tests/test_migration_created.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/documents/migrations/{1066_alter_document_created.py => 1067_alter_document_created.py} (96%) 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