this needs to be unique
This commit is contained in:
parent
bfdb40f398
commit
27033e5fcf
|
@ -9,7 +9,7 @@ import (
|
|||
type Route struct {
|
||||
ID string `storm:"id"`
|
||||
Creator string
|
||||
Hostname string
|
||||
Hostname string `storm:"unique"`
|
||||
}
|
||||
|
||||
// F https://godoc.org/github.com/Xe/ln#F
|
||||
|
|
Loading…
Reference in New Issue