From 5c807e1161116c81f7fc5e5496a45527d389d6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 5 Sep 2018 14:29:47 +0200 Subject: [PATCH] Add network_type to the schema --- data/migrations/1_create_msmt_results.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/data/migrations/1_create_msmt_results.sql b/data/migrations/1_create_msmt_results.sql index 3d06340..c1c2bc1 100644 --- a/data/migrations/1_create_msmt_results.sql +++ b/data/migrations/1_create_msmt_results.sql @@ -155,6 +155,7 @@ CREATE TABLE `networks` ( -- We use a separate key to reference the rows in -- this tables, because we may wish to "enrich" -- this with more data in the future. + `network_type` VARCHAR(16), -- One of wifi, mobile `ip` VARCHAR(40) NOT NULL, -- Stores a string representation of an ipv4 or ipv6 address. -- The longest ip is an ipv6 address like: