<h1>Project "FreeSWITCH Source" received a push.</h1>
<h2>branch: master updated</h2>
<pre>
via: 1096e6732c6073228f78d7ab24be29780713f64c (commit)
from: 500e9acd254e1e2b50d07aec2fe1241fe3e18aba (commit)
</pre>= COMMIT LOG ===========================================================
<div class="highlight"><pre>committer: Marc Olivier Chouinard
comments:
switch_core_sqldb: Index column name wrong on table registrations. (This wont create the index for people who already have the table)
<span style="color: #000080; font-weight: bold">diff --git a/src/switch_core_sqldb.c b/src/switch_core_sqldb.c</span>
<span style="color: #000080; font-weight: bold">index 120b256..f135e95 100644</span>
<span style="color: #A00000">--- a/src/switch_core_sqldb.c</span>
<span style="color: #00A000">+++ b/src/switch_core_sqldb.c</span>
<span style="color: #800080; font-weight: bold">@@ -1639,7 +1639,7 @@ static char create_registrations_sql[] =</span>
        " network_proto VARCHAR(256),\n"
        " hostname VARCHAR(256)\n"
        ");\n"
<span style="color: #A00000">-        "create index regindex1 on registrations (user,realm,hostname);\n";</span>
<span style="color: #00A000">+        "create index regindex1 on registrations (reg_user,realm,hostname);\n";</span>
        
SWITCH_DECLARE(switch_status_t) switch_core_add_registration(const char *user, const char *realm, const char *token, const char *url, uint32_t expires,
</pre></div>
========================================================================<pre>
Summary of changes:
src/switch_core_sqldb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
</pre>
<p>this email was generated because of /git/your-repo.git/hooks/post-receive by the file /git-core/contrib/hooks/post-receive-email<br />
For more info, see <a href="http://blog.chomperstomp.com/?p=630">http://blog.chomperstomp.com/?p=630</a>
-- <br />
FreeSWITCH Source</p>