rename tables and functions to make them consistant
[APKPM.git] / sql / ping.sql
index c4c03a6..f8cacf7 100644 (file)
@@ -4,3 +4,6 @@ username text not null,
 timestamp timestamp default now(),
 rtt float
 );
+
+create index ping_ip on ping(ip);
+create index ping_username on ping(username);