From 1516a7ea741ba3166d3825bc18a3d387a53b0de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Fri, 7 Sep 2018 12:56:00 +0200 Subject: [PATCH] Fix bug in constraint --- data/migrations/1_create_msmt_results.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/migrations/1_create_msmt_results.sql b/data/migrations/1_create_msmt_results.sql index 440fc74..2b44ec9 100644 --- a/data/migrations/1_create_msmt_results.sql +++ b/data/migrations/1_create_msmt_results.sql @@ -125,7 +125,7 @@ CREATE TABLE `measurements` ( `report_id` VARCHAR(255), -- This can be NULL when no report file has been -- created. - `url_id` INTEGER NOT NULL, + `url_id` INTEGER, -- This is not yet a feature of the collector, but we are planning to add -- this at some point in the near future.