Skip to content

Commit ac1c7ed

Browse files
committed
Build fix
1 parent dff5a93 commit ac1c7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard__operation_move_table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void MarkSrcDropped(NIceDb::TNiceDb& db,
184184
context.SS->Tables.at(srcPath->PathId)->DetachShardsStats();
185185
context.SS->PersistRemoveTable(db, srcPath->PathId, context.Ctx);
186186
} else if (srcPath->IsColumnTable()) {
187-
context.SS->PersistColumnTableRemove(db, srcPath->PathId, context.Ctx);
187+
context.SS->PersistColumnTableRemove(db, srcPath->PathId);
188188
}
189189
context.SS->PersistUserAttributes(db, srcPath->PathId, srcPath->UserAttrs, nullptr);
190190

0 commit comments

Comments
 (0)