rename davolink table and collect queued and ok
[APKPM.git] / sql / cpe_poll.sql
1 create table cpe_poll (
2         start  timestamp not null,
3         finish timestamp not null,
4         queued     int not null,
5         ping_ok    int not null,
6         ping_error int not null,
7         vendor_samsung int not null,
8         vendor_zte int not null
9 );