Try to add setting into the new version

This commit is contained in:
Yarik Briukhovetskyi 2024-12-04 12:50:24 +01:00 committed by GitHub
parent af5ff8dcd4
commit 4e51f382cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",