mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Alter primary key: development [#METR-21119].
This commit is contained in:
parent
093f69c45d
commit
df87bead2e
@ -40,6 +40,8 @@ void ASTAlterQuery::addParameters(const Parameters & params)
|
||||
children.push_back(params.sharding_key_expr);
|
||||
if (params.coordinator)
|
||||
children.push_back(params.coordinator);
|
||||
if (params.primary_key)
|
||||
children.push_back(params.primary_key);
|
||||
}
|
||||
|
||||
ASTAlterQuery::ASTAlterQuery(StringRange range_) : IAST(range_)
|
||||
|
Loading…
Reference in New Issue
Block a user