mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 02:21:59 +00:00
Update SettingsChangesHistory.cpp
This commit is contained in:
parent
bd3f300220
commit
207cc837f5
@ -91,6 +91,9 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
|
||||
{"s3_skip_empty_files", false, true, "We hope it will provide better UX"},
|
||||
{"filesystem_cache_boundary_alignment", 0, 0, "New setting"},
|
||||
{"push_external_roles_in_interserver_queries", false, false, "New setting."},
|
||||
{"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"},
|
||||
}
|
||||
},
|
||||
{"24.10",
|
||||
|
Loading…
Reference in New Issue
Block a user