]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix function to be in the proper locaiton
authorBrian West <brian@freeswitch.org>
Mon, 8 Sep 2008 20:35:17 +0000 (20:35 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 8 Sep 2008 20:35:17 +0000 (20:35 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9483 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_sqldb.c

index e59ea53682e9fbc2a606d37a5a11a7ab745c7401..3b9a510d7f07bf63e69868a73fd857d5aadca977 100644 (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"