database: remove index
This commit is contained in:
parent
376f5d4d3d
commit
bfdb40f398
|
@ -9,7 +9,7 @@ import (
|
|||
type Route struct {
|
||||
ID string `storm:"id"`
|
||||
Creator string
|
||||
Hostname string `storm:"index"`
|
||||
Hostname string
|
||||
}
|
||||
|
||||
// F https://godoc.org/github.com/Xe/ln#F
|
||||
|
|
Loading…
Reference in New Issue