rename file
[APKPM.git] / sql / zte_poll.sql
diff --git a/sql/zte_poll.sql b/sql/zte_poll.sql
new file mode 100644 (file)
index 0000000..da0712a
--- /dev/null
@@ -0,0 +1,15 @@
+create table zte_poll (
+       variant text not null,
+       start timestamp not null,
+       finish timestamp not null,
+       -- grep '$variant.$ip.' persistant_worker.pl | cut -d\" -f2
+       logout int,
+       error   int,
+       empty   int,
+       ok      int,
+       invalid int,
+       queued  int,
+       complete int,
+       failed  int
+);
+