mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 17:00:12 -02:30
Fixed up some RBAC indexing
This commit is contained in:
@@ -97,7 +97,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
migrations.AlterIndexTogether(
|
||||
name='roleancestorentry',
|
||||
index_together=set([('descendent', 'content_type_id', 'role_field'), ('ancestor', 'content_type_id', 'role_field')]),
|
||||
index_together=set([('ancestor', 'content_type_id', 'object_id'), ('ancestor', 'content_type_id', 'role_field')]),
|
||||
),
|
||||
|
||||
migrations.AddField(
|
||||
|
||||
Reference in New Issue
Block a user