Skip to content

Commit

Permalink
Add columns to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto authored and Federico Ceratto committed Jun 22, 2023
1 parent 8ccad7f commit 7c11199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api/tests/integ/clickhouse_1_schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ CREATE TABLE default.fastpath
`architecture` String,
`engine_name` String,
`engine_version` String,
`blocking_type` String
`blocking_type` String,
`test_helper_address` LowCardinality(String),
`test_helper_type` LowCardinality(String)
)
ENGINE = ReplacingMergeTree
ORDER BY (measurement_start_time, report_id, input)
Expand Down

0 comments on commit 7c11199

Please sign in to comment.