Merge pull request #1786 from moofish32/consol_node_schema_fix
Session Table index require Node
This commit is contained in:
commit
c33fb53781
|
@ -263,7 +263,7 @@ func sessionsTableSchema() *memdb.TableSchema {
|
|||
},
|
||||
"node": &memdb.IndexSchema{
|
||||
Name: "node",
|
||||
AllowMissing: true,
|
||||
AllowMissing: false,
|
||||
Unique: false,
|
||||
Indexer: &memdb.StringFieldIndex{
|
||||
Field: "Node",
|
||||
|
|
Loading…
Reference in New Issue