mirror of https://github.com/hashicorp/consul
Toggle `AllowMissing` to false to accommodate old clients without Node IDs.
parent
f3f3f73e6d
commit
13fb395010
|
@ -80,7 +80,7 @@ func nodesTableSchema() *memdb.TableSchema {
|
|||
},
|
||||
"uuid": &memdb.IndexSchema{
|
||||
Name: "uuid",
|
||||
AllowMissing: false,
|
||||
AllowMissing: true,
|
||||
Unique: true,
|
||||
Indexer: &memdb.UUIDFieldIndex{
|
||||
Field: "ID",
|
||||
|
|
Loading…
Reference in New Issue