rename davolink table and collect queued and ok
[APKPM.git] / sql / zte.sql
1 create table zte_poll (
2         variant text not null,
3         start timestamp not null,
4         finish timestamp not null,
5         -- grep '$variant.$ip.' persistant_worker.pl | cut -d\" -f2
6         logout int,
7         error   int,
8         empty   int,
9         ok      int,
10         invalid int,
11         queued  int,
12         complete int,
13         failed  int
14 );
15