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