mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
Toggle AllowMissing
to false to accommodate old clients without Node IDs.
This commit is contained in:
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…
x
Reference in New Issue
Block a user