From a41f0d6dfbaa6435fdbe63e993a02cf050de2ecf Mon Sep 17 00:00:00 2001 From: Long Zhao Date: Sun, 23 Aug 2020 16:04:40 +0800 Subject: [PATCH] fix typo --- pkg/model/pbmodel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/model/pbmodel.go b/pkg/model/pbmodel.go index 931aad7..44a4b65 100644 --- a/pkg/model/pbmodel.go +++ b/pkg/model/pbmodel.go @@ -36,7 +36,7 @@ type TableMeta struct { // These changing schema operations don't include 'truncate table' and 'rename table'. UpdateTS uint64 `json:"update_timestamp"` MaxColumnID int64 `json:"max_col_id"` - MaxColumnFamilyID int64 `json:"max_cf_id` + MaxColumnFamilyID int64 `json:"max_cf_id"` MaxIndexID int64 `json:"max_idx_id"` Columns []*ColumnMeta `json:"columns"` ColumnFamilies []*ColumnFamilyMeta `json:"columnfamilies"`