Fixed up some RBAC indexing

This commit is contained in:
Akita Noek
2016-04-17 10:20:38 -04:00
parent a9f2507e91
commit 85843cc6ad
2 changed files with 3 additions and 3 deletions
@@ -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(