Output from getIP (IP and ISP info) is now stored in the results database

This commit is contained in:
adolfintel 2018-08-05 08:12:07 +02:00
parent c17d58a614
commit cfbbfa3e58
7 changed files with 21 additions and 24 deletions

View file

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