mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-28 17:38:54 +01:00
Remove obsolete pubsub migration command
This commit is contained in:
parent
d9caa51c12
commit
45a312a0eb
@ -187,11 +187,6 @@ commands() ->
|
|||||||
module = ?MODULE, function = delete_old_messages,
|
module = ?MODULE, function = delete_old_messages,
|
||||||
args = [{days, integer}], result = {res, rescode}},
|
args = [{days, integer}], result = {res, rescode}},
|
||||||
|
|
||||||
#ejabberd_commands{name = rename_default_nodeplugin, tags = [mnesia],
|
|
||||||
desc = "Update PubSub table from old ejabberd trunk SVN to 2.1.0",
|
|
||||||
module = mod_pubsub, function = rename_default_nodeplugin,
|
|
||||||
args = [], result = {res, rescode}},
|
|
||||||
|
|
||||||
#ejabberd_commands{name = export2odbc, tags = [mnesia],
|
#ejabberd_commands{name = export2odbc, tags = [mnesia],
|
||||||
desc = "Export virtual host information from Mnesia tables to SQL files",
|
desc = "Export virtual host information from Mnesia tables to SQL files",
|
||||||
module = ejd2odbc, function = export,
|
module = ejd2odbc, function = export,
|
||||||
|
Loading…
Reference in New Issue
Block a user