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:
Brian West 2008-09-08 20:35:17 +00:00
parent 0214292463
commit 243d0e1d12

View File

@ -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"