mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
consolidated migrations for diff help text
This commit is contained in:
@@ -331,16 +331,6 @@ class Migration(migrations.Migration):
|
||||
name='timeout',
|
||||
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(
|
||||
model_name='adhoccommand',
|
||||
name='diff_mode',
|
||||
|
||||
Reference in New Issue
Block a user