mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix double comma typo in sql_create_table (bug #2196)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -58,7 +58,7 @@ static char sql_create_table[] = "CREATE TABLE cdr ("
|
||||
" amaflags INTEGER,"
|
||||
" accountcode VARCHAR(20)"
|
||||
#if LOG_UNIQUEID
|
||||
" ,uniqueid VARCHAR(32),"
|
||||
" ,uniqueid VARCHAR(32)"
|
||||
#endif
|
||||
#if LOG_USERFIELD
|
||||
" ,userfield VARCHAR(255)"
|
||||
|
Reference in New Issue
Block a user