Update docs/en/operations/system-tables/settings_changes.md

Co-authored-by: Yarik Briukhovetskyi <114298166+yariks5s@users.noreply.github.com>
This commit is contained in:
Robert Schulze 2024-02-26 12:54:27 +01:00 committed by GitHub
parent 6bfa31fbef
commit 207187ab97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ Contains information about setting changes in previous ClickHouse versions.
Columns: Columns:
- `version` ([String](../../sql-reference/data-types/string.md)) — The ClickHouse version in which settings were changed - `version` ([String](../../sql-reference/data-types/string.md)) — The ClickHouse version in which settings were changed
- `changes` ([Array](../../sql-reference/data-types/string.md) of [Tuple](../../sql-reference/data-types/tuple.md)) — A description of the setting changes: (setting name, previous value, new value, reason for the change) - `changes` ([Array](../../sql-reference/data-types/array.md) of [Tuple](../../sql-reference/data-types/tuple.md)) — A description of the setting changes: (setting name, previous value, new value, reason for the change)
**Example** **Example**