Skip to content

Commit

Permalink
fix pk
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Dec 30, 2023
1 parent eb20068 commit a733d8c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ydb/core/sys_view/common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,7 @@ struct Schema : NIceDb::Schema {
struct Activity : Column<13, NScheme::NTypeIds::Bool> {};
struct TierName : Column<14, NScheme::NTypeIds::Utf8> {};

using TKey = TableKey<
PathId,
TabletId,
PortionId,
ChunkIdx
>;
using TKey = TableKey<PathId, TabletId, PortionId, InternalColumnId, ChunkIdx>;
using TColumns = TableColumns<
PathId,
Kind,
Expand Down

0 comments on commit a733d8c

Please sign in to comment.