mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 20:35:02 -02:30
remove unrelated field from ask_skip_tags_on_launch migration and update
migration and access.py changes to not conflict with other changes
This commit is contained in:
@@ -8,7 +8,7 @@ import awx.main.fields
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('main', '0026_v300_credential_unique'),
|
('main', '0028_v300_org_team_cascade'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
@@ -17,9 +17,4 @@ class Migration(migrations.Migration):
|
|||||||
name='ask_skip_tags_on_launch',
|
name='ask_skip_tags_on_launch',
|
||||||
field=models.BooleanField(default=False),
|
field=models.BooleanField(default=False),
|
||||||
),
|
),
|
||||||
migrations.AlterField(
|
|
||||||
model_name='credential',
|
|
||||||
name='read_role',
|
|
||||||
field=awx.main.fields.ImplicitRoleField(related_name='+', parent_role=[b'singleton:system_auditor', b'organization.auditor_role', b'use_role', b'admin_role'], to='main.Role', null=b'True'),
|
|
||||||
),
|
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user