mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 12:52:37 +00:00
Try to add setting into the new version
This commit is contained in:
parent
af5ff8dcd4
commit
4e51f382cb
@ -69,6 +69,7 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
|
||||
{"use_async_executor_for_materialized_views", false, false, "New setting."},
|
||||
{"composed_data_type_output_format_mode", "default", "default", "New setting"},
|
||||
{"http_response_headers", "", "", "New setting."},
|
||||
{"skip_redundant_aliases_in_udf", false, false, "New setting."},
|
||||
}
|
||||
},
|
||||
{"24.11",
|
||||
@ -101,7 +102,6 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
|
||||
{"enable_variant_type", false, false, "Add alias to allow_experimental_variant_type"},
|
||||
{"enable_dynamic_type", false, false, "Add alias to allow_experimental_dynamic_type"},
|
||||
{"enable_json_type", false, false, "Add alias to allow_experimental_json_type"},
|
||||
{"skip_redundant_aliases_in_udf", false, false, "New setting."},
|
||||
}
|
||||
},
|
||||
{"24.10",
|
||||
|
Loading…
Reference in New Issue
Block a user