diff --git a/authentik/rbac/migrations/0010_remove_role_group_alter_role_name.py b/authentik/rbac/migrations/0010_remove_role_group_alter_role_name.py index 194fa3bc5a..95e5cfea0f 100644 --- a/authentik/rbac/migrations/0010_remove_role_group_alter_role_name.py +++ b/authentik/rbac/migrations/0010_remove_role_group_alter_role_name.py @@ -6,6 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ + ("authentik_core", "0056_user_roles"), # must run before group field is removed ("authentik_rbac", "0009_remove_initialpermissions_mode"), ]