mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Initial SQL auto-update version
This commit is contained in:
parent
2539be1a04
commit
223f0c4ac8
35 changed files with 535 additions and 3784 deletions
|
@ -44,8 +44,8 @@
|
|||
%%%===================================================================
|
||||
%%% API
|
||||
%%%===================================================================
|
||||
init(_Host, _Opts) ->
|
||||
ok.
|
||||
init(Host, _Opts) ->
|
||||
ejabberd_sql:load_schema(Host, mod_shared_roster).
|
||||
|
||||
list_groups(Host) ->
|
||||
case ejabberd_sql:sql_query(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue