Merge pull request #1786 from moofish32/consol_node_schema_fix

Session Table index require Node
This commit is contained in:
James Phillips 2016-03-02 22:13:05 -08:00
commit 3bf56f7fb4
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ func sessionsTableSchema() *memdb.TableSchema {
},
"node": &memdb.IndexSchema{
Name: "node",
AllowMissing: true,
AllowMissing: false,
Unique: false,
Indexer: &memdb.StringFieldIndex{
Field: "Node",