mirror of
https://github.com/ansible/awx.git
synced 2026-02-17 11:10:03 -03:30
consolidated migrations for diff help text
This commit is contained in:
@@ -331,16 +331,6 @@ class Migration(migrations.Migration):
|
|||||||
name='timeout',
|
name='timeout',
|
||||||
field=models.IntegerField(default=0, help_text='The amount of time (in seconds) to run before the task is canceled.', blank=True),
|
field=models.IntegerField(default=0, help_text='The amount of time (in seconds) to run before the task is canceled.', blank=True),
|
||||||
),
|
),
|
||||||
migrations.AddField(
|
|
||||||
model_name='job',
|
|
||||||
name='diff_mode',
|
|
||||||
field=models.BooleanField(default=False),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
|
||||||
model_name='jobtemplate',
|
|
||||||
name='diff_mode',
|
|
||||||
field=models.BooleanField(default=False),
|
|
||||||
),
|
|
||||||
migrations.AddField(
|
migrations.AddField(
|
||||||
model_name='adhoccommand',
|
model_name='adhoccommand',
|
||||||
name='diff_mode',
|
name='diff_mode',
|
||||||
|
|||||||
Reference in New Issue
Block a user