FS-10432 [mod_callcenter] Increase agent contact field up to 1024.
This commit is contained in:
parent
e444852e0f
commit
71b3ef44be
|
@ -203,7 +203,7 @@ static char agents_sql[] =
|
|||
" system VARCHAR(255),\n"
|
||||
" uuid VARCHAR(255),\n"
|
||||
" type VARCHAR(255),\n" /* Callback , Dial in...*/
|
||||
" contact VARCHAR(255),\n"
|
||||
" contact VARCHAR(1024),\n"
|
||||
" status VARCHAR(255),\n"
|
||||
/*User Personal Status
|
||||
Available
|
||||
|
|
Loading…
Reference in New Issue