]> granicus.if.org Git - ejabberd/commitdiff
Remove obsolete pubsub migration command
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 6 Aug 2015 14:57:04 +0000 (16:57 +0200)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 6 Aug 2015 14:57:04 +0000 (16:57 +0200)
src/ejabberd_admin.erl

index a0b32304fc875f5bad415c33bb8333aa41756e93..80342eecd277ab134ba58e4e523b5d227c59919a 100644 (file)
@@ -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,