X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sql%2Fzte_poll.sql;fp=sql%2Fzte_poll.sql;h=da0712ae587e1c8bb1b9c9f941bc705204e711a1;hb=457a5e8afcba3c1a692db939ddd605789188ffc6;hp=0000000000000000000000000000000000000000;hpb=684078a34ceb8aadf8164ca56f33d4d5e4c72578;p=APKPM.git diff --git a/sql/zte_poll.sql b/sql/zte_poll.sql new file mode 100644 index 0000000..da0712a --- /dev/null +++ b/sql/zte_poll.sql @@ -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 +); +