mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Improve handling of mnesia schema
This commit is contained in:
parent
95a4b1b266
commit
92db9ff105
41 changed files with 222 additions and 53 deletions
|
@ -840,7 +840,7 @@ received_awaiter(JID, Waiter, LServiceS) ->
|
|||
%%%-------------------------
|
||||
|
||||
create_cache() ->
|
||||
mnesia:create_table(multicastc,
|
||||
ejabberd_mnesia:create(?MODULE, multicastc,
|
||||
[{ram_copies, [node()]},
|
||||
{attributes, record_info(fields, multicastc)}]).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue