Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed May 16, 2024
1 parent ccc7386 commit 12e783e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/core/tx/schemeshard/schemeshard_info_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ TTableInfo::TAlterDataPtr TTableInfo::CreateAlterData(

TTableInfo::TColumn& column = alterData->Columns[colId];
column = sourceColumn;

if (columnFamily) {
column.Family = columnFamily->GetId();
}
Expand Down

0 comments on commit 12e783e

Please sign in to comment.