multi-line

testing



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11195 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-01-14 16:28:30 +00:00
parent f631309dd9
commit dd10c6c709
1 changed files with 1 additions and 1 deletions

View File

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