We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b353499 commit a3f295fCopy full SHA for a3f295f
ydb/core/tx/replication/controller/dst_creator.cpp
@@ -218,7 +218,7 @@ class TDstCreator: public TActorBootstrapped<TDstCreator> {
218
FillReplicationConfig(*desc->MutableReplicationConfig());
219
if (scheme.indexes_size()) {
220
for (auto& index : *TxBody.MutableCreateIndexedTable()->MutableIndexDescription()) {
221
- FillReplicationConfig(*index.MutableIndexImplTableDescriptions(0)->MutableReplicationConfig());
+ FillReplicationConfig(*index.MutableIndexImplTableDescription()->MutableReplicationConfig());
222
}
223
224
0 commit comments