]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add index
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Oct 2011 12:42:47 +0000 (07:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Oct 2011 12:42:47 +0000 (07:42 -0500)
src/mod/endpoints/mod_sofia/sofia_glue.c

index 2b7287f92cfff1e62460ae8795fc6979464e490a..199b9a87d52e5faec7ec66f98f14e6fb8c8e55a1 100644 (file)
@@ -5919,6 +5919,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
                "create index sd_call_info on sip_dialogs (call_info)",
                "create index sd_call_info_state on sip_dialogs (call_info_state)",
                "create index sd_expires on sip_dialogs (expires)",
+               "create index sd_rcd on sip_dialogs (rcd)",
                "create index sp_hostname on sip_presence (hostname)",
                "create index sa_nonce on sip_authentication (nonce)",
                "create index sa_hostname on sip_authentication (hostname)",