Fix bug in constraint

This commit is contained in:
Arturo Filastò 2018-09-07 12:56:00 +02:00
parent 35bd334cfc
commit 1516a7ea74

View File

@ -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.