store CPE poll stats
[APKPM.git] / sql / cpe_poll.sql
diff --git a/sql/cpe_poll.sql b/sql/cpe_poll.sql
new file mode 100644 (file)
index 0000000..42723c2
--- /dev/null
@@ -0,0 +1,9 @@
+create table cpe_poll (
+       start  timestamp not null,
+       finish timestamp not null,
+       queued     int not null,
+       ping_ok    int not null,
+       ping_error int not null,
+        vendor_samsung int not null,
+        vendor_zte int not null
+);