diff --git a/rbac/management/migrations/0044_remove_auditlog_principal.py b/rbac/management/migrations/0045_remove_auditlog_principal.py similarity index 87% rename from rbac/management/migrations/0044_remove_auditlog_principal.py rename to rbac/management/migrations/0045_remove_auditlog_principal.py index cf28e6911..bcb5ade0b 100644 --- a/rbac/management/migrations/0044_remove_auditlog_principal.py +++ b/rbac/management/migrations/0045_remove_auditlog_principal.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ("management", "0043_auditlog"), + ("management", "0044_workspace"), ] operations = [ diff --git a/rbac/management/migrations/0045_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py b/rbac/management/migrations/0046_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py similarity index 92% rename from rbac/management/migrations/0045_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py rename to rbac/management/migrations/0046_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py index 5bfacb296..6bb3fc038 100644 --- a/rbac/management/migrations/0045_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py +++ b/rbac/management/migrations/0046_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py @@ -6,7 +6,7 @@ class Migration(migrations.Migration): dependencies = [ - ("management", "0044_workspace"), + ("management", "0045_remove_auditlog_principal"), ] operations = [