common/schema: fix comment about ConsoleTruncateIP

This commit is contained in:
Vincent Bernat
2025-09-13 07:20:30 +02:00
parent 0ad9389934
commit 970fad2e47

View File

@@ -54,7 +54,7 @@ type Column struct {
// ClickHouseMaterialized indicates that the column was materialized (and is not by default)
ClickHouseMaterialized bool
// For the console. `ClickHouseTruncateIP' makes the specified column
// For the console. `ConsoleTruncateIP' makes the specified column
// truncatable when used as a dimension.
ConsoleNotDimension bool
ConsoleTruncateIP bool