aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-11-21 21:35:51 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-11-21 21:35:51 +0000
commit3d1ff452cb2c0b9a7bcff4938767e92732f362d4 (patch)
tree0eeb9ebff3b192ffc954eaf0fd3563250c693368 /src
parent* src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSL (diff)
* src/mod_vcard.erl: Added missed index
* doc/guide.tex: Updated (thanks to Sander Devrieze) SVN Revision: 286
Diffstat (limited to 'src')
-rw-r--r--src/mod_vcard.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_vcard.erl b/src/mod_vcard.erl
index 49c0728dc..786bca78b 100644
--- a/src/mod_vcard.erl
+++ b/src/mod_vcard.erl
@@ -47,6 +47,7 @@ start(Opts) ->
mnesia:create_table(vcard_search,
[{disc_copies, [node()]},
{attributes, record_info(fields, vcard_search)}]),
+ mnesia:add_table_index(vcard_search, luser),
mnesia:add_table_index(vcard_search, lfn),
mnesia:add_table_index(vcard_search, lfamily),
mnesia:add_table_index(vcard_search, lgiven),