File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
ooniapi/services/oonimeasurements/tests/migrations Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,18 @@ CREATE TABLE IF NOT EXISTS default.fastpath
3636 ` blocking_type` String,
3737 ` test_helper_address` LowCardinality(String),
3838 ` test_helper_type` LowCardinality(String),
39- ` ooni_run_link_id` Nullable(UInt64)
39+ ` ooni_run_link_id` Nullable(UInt64),
40+ ` is_verified` Int8,
41+ ` nym` Nullable(String),
42+ ` zkp_request` Nullable(String),
43+ ` age_range` Nullable(String),
44+ ` msm_range` Nullable(String)
4045)
4146ENGINE = ReplacingMergeTree
4247ORDER BY (measurement_start_time, report_id, input)
4348SETTINGS index_granularity = 8192 ;
4449
45- CREATE TABLE IF NOT EXISTS default .citizenlab
50+ CREATE TABLE IF NOT EXISTS default .citizenlab
4651(
4752 ` domain` String,
4853 ` url` String,
You can’t perform that action at this time.
0 commit comments