Toggle `AllowMissing` to false to accommodate old clients without Node IDs.
This commit is contained in:
parent
c9eea45b1c
commit
19c2cd106a
|
@ -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