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