mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Move mod_irc to ejabberd-contrib
This commit is contained in:
parent
aea6166efe
commit
3a5d2dbed8
29 changed files with 7 additions and 2594 deletions
|
@ -241,9 +241,6 @@ update_tables(State) ->
|
|||
add_sh_column(State, "muc_online_users"),
|
||||
drop_sh_default(State, "muc_online_users"),
|
||||
|
||||
add_sh_column(State, "irc_custom"),
|
||||
drop_sh_default(State, "irc_custom"),
|
||||
|
||||
add_sh_column(State, "motd"),
|
||||
drop_pkey(State, "motd"),
|
||||
add_pkey(State, "motd", ["server_host", "username"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue