From 42ede964348203dfc5b9b49621a3c2ceb82e0747 Mon Sep 17 00:00:00 2001 From: Jay Zeng Date: Tue, 30 Jul 2024 13:37:58 -0400 Subject: [PATCH] Correct migration order --- ..._auditlog_principal.py => 0045_remove_auditlog_principal.py} | 2 +- ...ation_of_name_tenant_and_parent_must_be_unique__and_more.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename rbac/management/migrations/{0044_remove_auditlog_principal.py => 0045_remove_auditlog_principal.py} (87%) rename rbac/management/migrations/{0045_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py => 0046_remove_workspace_the_combination_of_name_tenant_and_parent_must_be_unique__and_more.py} (92%) 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 cf28e691..bcb5ade0 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 5bfacb29..6bb3fc03 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 = [