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