From 45a312a0eb32ccf5378aec0538fca6ffee25c5bb Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Thu, 6 Aug 2015 16:57:04 +0200 Subject: [PATCH] Remove obsolete pubsub migration command --- src/ejabberd_admin.erl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ejabberd_admin.erl b/src/ejabberd_admin.erl index a0b32304f..80342eecd 100644 --- a/src/ejabberd_admin.erl +++ b/src/ejabberd_admin.erl @@ -187,11 +187,6 @@ commands() -> module = ?MODULE, function = delete_old_messages, 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], desc = "Export virtual host information from Mnesia tables to SQL files", module = ejd2odbc, function = export,