cmd/mi-init: index
This commit is contained in:
parent
4f5a969c34
commit
b36f2a3cf6
|
@ -55,4 +55,6 @@ func main() {
|
||||||
if result != nil {
|
if result != nil {
|
||||||
log.Fatal(result)
|
log.Fatal(result)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
r.DB("mi").Table("switches").IndexCreate("started_at").Exec(session)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue