From 941c695f0675b239db08582ce4b37921fafd2ffc Mon Sep 17 00:00:00 2001 From: ivanmorozov333 Date: Fri, 12 Jan 2024 17:51:29 +0300 Subject: [PATCH] alter table request for metadata modifications --- ydb/services/metadata/request/common.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ydb/services/metadata/request/common.h b/ydb/services/metadata/request/common.h index cacfa187e413..466a04f8a847 100644 --- a/ydb/services/metadata/request/common.h +++ b/ydb/services/metadata/request/common.h @@ -17,6 +17,10 @@ enum EEvents { EvCreateTableInternalResponse, EvCreateTableResponse, + EvAlterTableRequest, + EvAlterTableInternalResponse, + EvAlterTableResponse, + EvDropTableRequest, EvDropTableInternalResponse, EvDropTableResponse, @@ -79,6 +83,8 @@ using TDialogCreatePath = TDialogPolicyImpl; using TDialogCreateTable = TDialogPolicyImpl; +using TDialogAlterTable = TDialogPolicyImpl; using TDialogDropTable = TDialogPolicyImpl; using TDialogModifyPermissions = TDialogPolicyImpl