Skip to content

Commit aea5bd0

Browse files
committed
Fixes
1 parent a74befa commit aea5bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6566,7 +6566,7 @@ void TSchemeShard::FillTableDescriptionForShardIdx(
65666566
<< ": path#d# " << childPathId
65676567
<< ", name# " << childName);
65686568
auto info = Sequences.at(childPathId);
6569-
DescribeSequence(childPathId, childName, info, *tableDescr->MutableSequences()->Add(), false);
6569+
DescribeSequence(childPathId, childName, info, *tableDescr->MutableSequences()->Add());
65706570
break;
65716571
}
65726572

0 commit comments

Comments
 (0)