Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Mar 27, 2024
1 parent a74befa commit aea5bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/schemeshard/schemeshard_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6566,7 +6566,7 @@ void TSchemeShard::FillTableDescriptionForShardIdx(
<< ": path#d# " << childPathId
<< ", name# " << childName);
auto info = Sequences.at(childPathId);
DescribeSequence(childPathId, childName, info, *tableDescr->MutableSequences()->Add(), false);
DescribeSequence(childPathId, childName, info, *tableDescr->MutableSequences()->Add());
break;
}

Expand Down

0 comments on commit aea5bd0

Please sign in to comment.