From 0afe770762e726c48476b772e5e5235f32aa5c2f Mon Sep 17 00:00:00 2001 From: Nikolay Shumkov Date: Thu, 16 May 2024 16:07:57 +0300 Subject: [PATCH] Fixes --- ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp index 89e77f9ee2af..0541af8836c1 100644 --- a/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp +++ b/ydb/core/tx/schemeshard/schemeshard__operation_alter_table.cpp @@ -712,7 +712,7 @@ TVector CreateConsistentAlterTable(TOperationId id, const T } if (path.IsCommonSensePath()) { - + return {CreateAlterTable(id, tx)}; } TPath parent = path.Parent();