Skip to content

Commit a733d8c

Browse files
fix pk
1 parent eb20068 commit a733d8c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ydb/core/sys_view/common/schema.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,7 @@ struct Schema : NIceDb::Schema {
401401
struct Activity : Column<13, NScheme::NTypeIds::Bool> {};
402402
struct TierName : Column<14, NScheme::NTypeIds::Utf8> {};
403403

404-
using TKey = TableKey<
405-
PathId,
406-
TabletId,
407-
PortionId,
408-
ChunkIdx
409-
>;
404+
using TKey = TableKey<PathId, TabletId, PortionId, InternalColumnId, ChunkIdx>;
410405
using TColumns = TableColumns<
411406
PathId,
412407
Kind,

0 commit comments

Comments
 (0)