Fix migrations from merge

This commit is contained in:
shamoon 2025-05-11 13:50:17 -07:00
parent 360b11ae26
commit 2406f326af
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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 = [

View File

@ -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