From 5f8224da8de2b32e3775b368a8be4a0bc7ce00fe Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 25 Oct 2011 07:42:47 -0500 Subject: [PATCH] add index --- src/mod/endpoints/mod_sofia/sofia_glue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 2b7287f92c..199b9a87d5 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -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)",