mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Increase instance version length
This commit is contained in:
@@ -59,7 +59,7 @@ class Instance(HasPolicyEditsMixin, BaseModel):
|
||||
null=True,
|
||||
editable=False,
|
||||
)
|
||||
version = models.CharField(max_length=24, blank=True)
|
||||
version = models.CharField(max_length=120, blank=True)
|
||||
capacity = models.PositiveIntegerField(
|
||||
default=100,
|
||||
editable=False,
|
||||
|
||||
Reference in New Issue
Block a user