diff --git a/internal/storage/v2/clickhouse/sql/create_operations_table.sql b/internal/storage/v2/clickhouse/sql/create_operations_table.sql index e23c7806eff..d28fa31ff8f 100644 --- a/internal/storage/v2/clickhouse/sql/create_operations_table.sql +++ b/internal/storage/v2/clickhouse/sql/create_operations_table.sql @@ -5,4 +5,4 @@ CREATE TABLE IF NOT EXISTS span_kind String ) ENGINE = ReplacingMergeTree ORDER BY - (service_name, name, span_kind); \ No newline at end of file + (service_name, span_kind); \ No newline at end of file