diff options
author | alexvru <alexvru@ydb.tech> | 2023-03-06 16:19:09 +0300 |
---|---|---|
committer | alexvru <alexvru@ydb.tech> | 2023-03-06 16:19:09 +0300 |
commit | 26a0ed381c2ffa857909e82395c762a6b08e76c2 (patch) | |
tree | 1e3b29614f8787e3a83417574d482eedd7c76370 | |
parent | 1f5ec3dabc082e5efd9f3ecdb9221c1f62a06360 (diff) | |
download | ydb-26a0ed381c2ffa857909e82395c762a6b08e76c2.tar.gz |
Comment on used table id
-rw-r--r-- | ydb/core/mind/bscontroller/scheme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/core/mind/bscontroller/scheme.h b/ydb/core/mind/bscontroller/scheme.h index 5436761eea..e97b0df955 100644 --- a/ydb/core/mind/bscontroller/scheme.h +++ b/ydb/core/mind/bscontroller/scheme.h @@ -388,6 +388,8 @@ struct Schema : NIceDb::Schema { using TColumns = TableColumns<Serial, BoxId, NodeId, PDiskId, Guid, LifeStage, Kind, PDiskType, PDiskConfig, Path>; }; + // struct VirtualGroupPool : Table<130> {}; + using TTables = SchemaTables< Node, PDisk, |