mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
edit original migration file, add blank string as acceptable to model
This commit is contained in:
@@ -42,9 +42,10 @@ class ExecutionEnvironment(CommonModel):
|
||||
on_delete=models.SET_NULL,
|
||||
)
|
||||
pull = models.CharField(
|
||||
max_length=1024,
|
||||
max_length=16,
|
||||
choices=PULL_CHOICES,
|
||||
default=None,
|
||||
blank=True,
|
||||
default='',
|
||||
help_text=_('Pull image before running?'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user