Enum are a nice way to have more compact and efficient column in Clickhouse. Even if those enum are generally pretty static , they may change from time to time. Enum list is part of the column declaration and then cannot be modified if the column is part of the key.
Is it possible to allow enum modification if they are not impacting the underlying storage? This can be ( and this is the main use case ) to only allow extension of this enum definition.