Remove wrong index setting

This commit is contained in:
Christophe Romain 2017-01-17 16:23:45 +01:00
parent 94ac777f93
commit 2a68591181
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ init(_Host, _Opts) ->
ejabberd_mnesia:create(?MODULE, roster_version,
[{disc_copies, [node()]},
{attributes,
record_info(fields, roster_version)},
{index, [us]}]),
record_info(fields, roster_version)}]),
update_tables().
read_roster_version(LUser, LServer) ->