aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexandr268 <alexandr268@ydb.tech>2022-09-01 16:14:45 +0300
committeralexandr268 <alexandr268@ydb.tech>2022-09-01 16:14:45 +0300
commit8a1b447eb3229553b0464c54b88a8ebce08df46f (patch)
treec63fa5cf630117147d3d0f97360a9a57c5fa93ae
parent0a30ba9900ac6179d77eba071c45ccbb84f552ea (diff)
downloadydb-8a1b447eb3229553b0464c54b88a8ebce08df46f.tar.gz
Added entry type COLUMN_STORE
-rw-r--r--ydb/public/api/protos/ydb_scheme.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/public/api/protos/ydb_scheme.proto b/ydb/public/api/protos/ydb_scheme.proto
index 7c61de6e7f..ce449eea57 100644
--- a/ydb/public/api/protos/ydb_scheme.proto
+++ b/ydb/public/api/protos/ydb_scheme.proto
@@ -55,6 +55,7 @@ message Entry {
RTMR_VOLUME = 5;
BLOCK_STORE_VOLUME = 6;
COORDINATION_NODE = 7;
+ COLUMN_STORE = 12;
COLUMN_TABLE = 13;
SEQUENCE = 15;
REPLICATION = 16;