mirror of
https://github.com/librespeed/speedtest.git
synced 2026-06-27 04:12:17 +00:00
Output from getIP (IP and ISP info) is now stored in the results database
This commit is contained in:
parent
c17d58a614
commit
cfbbfa3e58
7 changed files with 21 additions and 24 deletions
|
|
@ -42,6 +42,7 @@ CREATE TABLE speedtest_users (
|
|||
id integer NOT NULL,
|
||||
"timestamp" timestamp without time zone DEFAULT now() NOT NULL,
|
||||
ip text NOT NULL,
|
||||
ispinfo text,
|
||||
ua text NOT NULL,
|
||||
lang text NOT NULL,
|
||||
dl text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue