diff --git a/ydb/core/tx/schemeshard/schemeshard_info_types.cpp b/ydb/core/tx/schemeshard/schemeshard_info_types.cpp index 060d11d69a8f..a0c57f9cf415 100644 --- a/ydb/core/tx/schemeshard/schemeshard_info_types.cpp +++ b/ydb/core/tx/schemeshard/schemeshard_info_types.cpp @@ -300,7 +300,6 @@ TTableInfo::TAlterDataPtr TTableInfo::CreateAlterData( TTableInfo::TColumn& column = alterData->Columns[colId]; column = sourceColumn; - if (columnFamily) { column.Family = columnFamily->GetId(); }