add tsdb table sversion
This commit is contained in:
parent
71b42f717d
commit
5ba5fb73f1
|
@ -75,6 +75,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
TSDB_TABLE_TYPE type;
|
||||
STableId tableId;
|
||||
int32_t sversion;
|
||||
int64_t superUid;
|
||||
STSchema * schema;
|
||||
STSchema * tagSchema;
|
||||
|
|
|
@ -38,6 +38,7 @@ typedef struct STable {
|
|||
TSDB_TABLE_TYPE type;
|
||||
STableId tableId;
|
||||
int32_t superUid; // Super table UID
|
||||
int32_t sversion;
|
||||
STSchema * schema;
|
||||
STSchema * tagSchema;
|
||||
SDataRow tagVal;
|
||||
|
|
Loading…
Reference in New Issue