I am working on an ejabberd based application.
Currently, I have a server running that has a specific table with records of type say user_information
in mnesia. However, I modified this record to include additional metadata about the user.
Now, when I try ejabberd clustering with a new machine: I would like to transform records from the old table to the new table.
How do I do this?
Any suggestions/pointers will be appreciated.
Thanks.