From 7d75c6c28b70640a2e621ce92d1f9432e9678a8d Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 24 Jan 2026 20:03:13 -0800 Subject: [PATCH] Fix migration again --- .../{0004_sharelinkbundle.py => 0005_sharelinkbundle.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/documents/migrations/{0004_sharelinkbundle.py => 0005_sharelinkbundle.py} (99%) diff --git a/src/documents/migrations/0004_sharelinkbundle.py b/src/documents/migrations/0005_sharelinkbundle.py similarity index 99% rename from src/documents/migrations/0004_sharelinkbundle.py rename to src/documents/migrations/0005_sharelinkbundle.py index 4806c858f..5b8089ef6 100644 --- a/src/documents/migrations/0004_sharelinkbundle.py +++ b/src/documents/migrations/0005_sharelinkbundle.py @@ -45,7 +45,7 @@ def revoke_share_link_bundle_permissions(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ("documents", "0003_workflowaction_order"), + ("documents", "0004_remove_document_storage_type"), ] operations = [