diff --git a/pkg/keys/doc.go b/pkg/keys/doc.go index 39fe817979a5..9ccc9e258e90 100644 --- a/pkg/keys/doc.go +++ b/pkg/keys/doc.go @@ -214,6 +214,7 @@ var _ = [...]interface{}{ StoreGossipKey, // "goss" StoreHLCUpperBoundKey, // "hlcu" StoreIdentKey, // "iden" + StoreNodeTombstoneKey, // "ntmb" StoreLastUpKey, // "uptm" // The global keyspace includes the meta{1,2}, system, system tenant SQL diff --git a/pkg/roachpb/.gitattributes b/pkg/roachpb/.gitattributes new file mode 100644 index 000000000000..f39d346a703f --- /dev/null +++ b/pkg/roachpb/.gitattributes @@ -0,0 +1,2 @@ +batch_generated.go -diff +*_string.go -diff