8356 add todo to remove disk from vm

This commit is contained in:
Arthur 2023-10-20 14:03:19 -07:00
parent 0fdbabfe87
commit 7e08c3474a

View File

@ -120,6 +120,7 @@ class VirtualMachine(ContactsMixin, RenderConfigMixin, ConfigContextModel, Prima
null=True,
verbose_name=_('memory (MB)')
)
# TODO: Remove in v4.0
disk = models.PositiveIntegerField(
blank=True,
null=True,