Skip to content

Commit 2bdf8d3

Browse files
committed
Change measurement_uid to a unique uid
1 parent 99ccce2 commit 2bdf8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cluster-migration/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ CREATE TABLE IF NOT EXISTS faulty_measurements ON CLUSTER oonidata_cluster
220220
(
221221
`ts` DateTime64(3, 'UTC'),
222222
`type` String,
223-
`measurement_uid` String,
223+
`uid` UUID64 DEFAULT toUUID64(generateUUIDv4()),
224224
-- geoip lookup result for the probe IP
225225
`probe_cc` String,
226226
`probe_asn` UInt32,

0 commit comments

Comments
 (0)