remove unused stats counts, and improve text on summary

This commit is contained in:
Oliver Gorwits
2017-06-28 16:32:06 +01:00
parent 3355b0610c
commit bd7f40ef88
4 changed files with 2 additions and 14 deletions

View File

@@ -10,10 +10,8 @@ CREATE TABLE "statistics" (
"device_port_up_count" integer NOT NULL,
"ip_table_count" integer NOT NULL,
"ip_active_count" integer NOT NULL,
"ip_count" integer NOT NULL,
"node_table_count" integer NOT NULL,
"node_active_count" integer NOT NULL,
"node_count" integer NOT NULL,
"netdisco_ver" text,
"snmpinfo_ver" text,