forked from uncloud/uncloud
Set default value for vpnnetworkreservation, rebuild migrations
This commit is contained in:
parent
3588ae88f9
commit
3a37343a73
3 changed files with 48 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ class VPNNetworkReservation(UncloudModel):
|
|||
address = models.GenericIPAddressField(primary_key=True)
|
||||
|
||||
status = models.CharField(max_length=256,
|
||||
default='used',
|
||||
choices = (
|
||||
('used', 'used'),
|
||||
('free', 'free')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue