database: remove index

This commit is contained in:
Cadey Ratio 2017-04-28 23:00:19 -07:00
parent 376f5d4d3d
commit bfdb40f398
1 changed files with 1 additions and 1 deletions

View File

@ -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