mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Add member_role to organizations
This commit is contained in:
@@ -208,6 +208,11 @@ class Migration(migrations.Migration):
|
||||
name='resource',
|
||||
field=awx.main.fields.ImplicitResourceField(related_name='+', to='main.Resource', null=b'True'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='organization',
|
||||
name='member_role',
|
||||
field=awx.main.fields.ImplicitRoleField(related_name='+', to='main.Role', null=b'True'),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='project',
|
||||
name='admin_role',
|
||||
|
||||
Reference in New Issue
Block a user