We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ccce2 commit 2bdf8d3Copy full SHA for 2bdf8d3
1 file changed
scripts/cluster-migration/schema.sql
@@ -220,7 +220,7 @@ CREATE TABLE IF NOT EXISTS faulty_measurements ON CLUSTER oonidata_cluster
220
(
221
`ts` DateTime64(3, 'UTC'),
222
`type` String,
223
- `measurement_uid` String,
+ `uid` UUID64 DEFAULT toUUID64(generateUUIDv4()),
224
-- geoip lookup result for the probe IP
225
`probe_cc` String,
226
`probe_asn` UInt32,
0 commit comments