Toggle `AllowMissing` to false to accommodate old clients without Node IDs.

This commit is contained in:
Sean Chittenden 2017-02-01 14:58:34 -08:00
parent c9eea45b1c
commit 19c2cd106a
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ func nodesTableSchema() *memdb.TableSchema {
},
"uuid": &memdb.IndexSchema{
Name: "uuid",
AllowMissing: false,
AllowMissing: true,
Unique: true,
Indexer: &memdb.UUIDFieldIndex{
Field: "ID",