rename davolink table and collect queued and ok
[APKPM.git] / sql / voice.sql
1 create table voice (
2         timestamp timestamp default now(),
3         state text,
4         broj text not null,
5         serverid int not null
6 );