mirror of
https://github.com/librespeed/speedtest.git
synced 2026-08-27 03:46:58 +00:00
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:
parent
0d5567f379
commit
0ce73a7e6c
7 changed files with 32 additions and 24 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue