mirror of
https://github.com/ansible/awx.git
synced 2026-09-16 17:00:12 -02:30
Optimized our simultaneous role ancestry rebuilding method
This commit is contained in:
@@ -131,7 +131,7 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
migrations.AlterIndexTogether(
|
||||
name='roleancestorentry',
|
||||
index_together=set([('ancestor', 'content_type_id', 'object_id'), ('ancestor', 'content_type_id', 'role_field')]),
|
||||
index_together=set([('ancestor', 'content_type_id', 'object_id'), ('ancestor', 'content_type_id', 'role_field'), ('ancestor', 'descendent')]),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='credential',
|
||||
|
||||
Reference in New Issue
Block a user