From 5f67efbd3aff73edc764e1b31a03358862490c3d Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:11:36 -0800 Subject: [PATCH] Merge migrations --- ...document_root_document.py => 0013_document_root_document.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/documents/migrations/{0012_document_root_document.py => 0013_document_root_document.py} (94%) diff --git a/src/documents/migrations/0012_document_root_document.py b/src/documents/migrations/0013_document_root_document.py similarity index 94% rename from src/documents/migrations/0012_document_root_document.py rename to src/documents/migrations/0013_document_root_document.py index 4de8d2333..589e125cb 100644 --- a/src/documents/migrations/0012_document_root_document.py +++ b/src/documents/migrations/0013_document_root_document.py @@ -7,7 +7,7 @@ from django.db import models class Migration(migrations.Migration): dependencies = [ - ("documents", "0011_optimize_integer_field_sizes"), + ("documents", "0012_alter_workflowaction_type"), ] operations = [