change comment of allocated
This commit is contained in:
parent
567a575e36
commit
05c81382f2
|
@ -107,7 +107,7 @@ class Device(Thing):
|
|||
image.comment = "An image of the device."
|
||||
|
||||
allocated = db.Column(Boolean, default=False)
|
||||
allocated.comment = "An image of the device."
|
||||
allocated.comment = "device is allocated or not."
|
||||
|
||||
_NON_PHYSICAL_PROPS = {
|
||||
'id',
|
||||
|
|
Reference in New Issue