forked from Mirrors/freeswitch
fix function to be in the proper locaiton
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9483 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0214292463
commit
243d0e1d12
@ -430,9 +430,9 @@ void switch_core_sqldb_start(switch_memory_pool_t *pool)
|
||||
");\n";
|
||||
char create_calls_sql[] =
|
||||
"CREATE TABLE calls (\n"
|
||||
" function VARCHAR(255),\n"
|
||||
" created VARCHAR(255),\n"
|
||||
" created_epoch INTEGER,\n"
|
||||
" function VARCHAR(255),\n"
|
||||
" caller_cid_name VARCHAR(255),\n"
|
||||
" caller_cid_num VARCHAR(255),\n"
|
||||
" caller_dest_num VARCHAR(255),\n"
|
||||
|
Loading…
Reference in New Issue
Block a user