Added telemetry_extra field in the speedtest settings. This can be used to pass data from the frontend to the worker that you want to be stored in the database

This commit is contained in:
adolfintel 2018-08-07 11:55:25 +02:00
parent 0d5567f379
commit 0ce73a7e6c
7 changed files with 32 additions and 24 deletions

View file

@ -43,6 +43,7 @@ CREATE TABLE speedtest_users (
"timestamp" timestamp without time zone DEFAULT now() NOT NULL,
ip text NOT NULL,
ispinfo text,
extra text,
ua text NOT NULL,
lang text NOT NULL,
dl text,