multi-line
testing git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11195 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f631309dd9
commit
dd10c6c709
|
@ -64,7 +64,7 @@ struct limit_hash_item {
|
|||
};
|
||||
typedef struct limit_hash_item limit_hash_item_t;
|
||||
|
||||
|
||||
|
||||
static char limit_sql[] =
|
||||
"CREATE TABLE limit_data (\n"
|
||||
" hostname VARCHAR(255),\n" " realm VARCHAR(255),\n" " id VARCHAR(255),\n" " uuid VARCHAR(255)\n" ");\n";
|
||||
|
|
Loading…
Reference in New Issue