mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
Require GivenName to be unique
This commit is contained in:
parent
9b393eb861
commit
4aae917f74
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ type Machine struct {
|
||||||
//
|
//
|
||||||
// GivenName is the name used in all DNS related
|
// GivenName is the name used in all DNS related
|
||||||
// parts of headscale.
|
// parts of headscale.
|
||||||
GivenName string
|
GivenName string `gorm:"type:varchar(63);unique_index"`
|
||||||
NamespaceID uint
|
NamespaceID uint
|
||||||
Namespace Namespace `gorm:"foreignKey:NamespaceID"`
|
Namespace Namespace `gorm:"foreignKey:NamespaceID"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue