fix(schema): add unique constraint on InfraVLAN.vlan_id for human_friendly_id — refs #45
This commit is contained in:
@@ -20,6 +20,7 @@ nodes:
|
|||||||
attributes:
|
attributes:
|
||||||
- name: vlan_id
|
- name: vlan_id
|
||||||
kind: Number
|
kind: Number
|
||||||
|
unique: true
|
||||||
description: VLAN ID (1-4094)
|
description: VLAN ID (1-4094)
|
||||||
- name: name
|
- name: name
|
||||||
kind: Text
|
kind: Text
|
||||||
|
|||||||
Reference in New Issue
Block a user