Update SettingsChangesHistory.cpp

This commit is contained in:
Pavel Kruglov 2024-11-25 15:29:03 +01:00 committed by GitHub
parent bd3f300220
commit 207cc837f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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