Increase instance version length

This commit is contained in:
Jim Ladd
2019-10-03 17:52:44 -07:00
committed by Shane McDonald
parent 2786395808
commit cdcf2fa4c2
2 changed files with 19 additions and 1 deletions

View File

@@ -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,