Update migration

This commit is contained in:
shamoon
2026-01-24 19:56:50 -08:00
parent d3aca7a77f
commit 20b4e5b406

View File

@@ -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", "1074_workflowrun_deleted_at_workflowrun_restored_at_and_more"),
("documents", "0003_workflowaction_order"),
]
operations = [