I am using Ejabberd for implementing a chat application, I turned ejabberd configuration to use ODBC (mysql) instead of using default Mnesia for database.
Now I compiled and configured mod_archive_odbc and restarted the server.
Query is : tables for archiving messages are not created by default. So do I need to run sql queries manually for creating tables or this is a problem with my configuration so that tables are not created ?
Any help will be greatly appreciated.