]> granicus.if.org Git - ejabberd/commit
add Pubsub data migration from mnesia to odbc (EJAB-1126)
authorBadlop <badlop@process-one.net>
Thu, 14 Nov 2013 18:29:16 +0000 (19:29 +0100)
committerBadlop <badlop@process-one.net>
Thu, 14 Nov 2013 18:29:16 +0000 (19:29 +0100)
commita6b0e18bde133a2b2cfc04cbc000648aed1f77cd
tree73e8be8e3812d86c82a57fe7b0779b9e7f374c85
parent89a17ba84aa03564381bfde0971d0f25504fdf08
add Pubsub data migration from mnesia to odbc (EJAB-1126)

By calling:
  ejd2odbc:export_pubsub("localhost","/tmp/aa.txt").
it will generate SQL files like these:
  /tmp/pubsub_item.txt
  /tmp/pubsub_node.txt
  /tmp/pubsub_state.txt

Conflicts:
src/ejabberd_admin.erl
src/ejd2odbc.erl
src/ejd2odbc.erl
src/mod_pubsub.erl