ejabberd - Comments for "Mnesia table being deleted?" https://www.ejabberd.im/node/16932 en We use a similar call. I've https://www.ejabberd.im/node/16932#comment-63366 <p>We use a similar call. I've attached a gist with our outstanding issues commented at the bottom. Does anyone see what we are doing wrong?</p> <p><noindex><a href="https://gist.github.com/alexanderkyte/8917304" title="https://gist.github.com/alexanderkyte/8917304" rel="nofollow" >https://gist.github.com/alexanderkyte/8917304</a></noindex></p> Mon, 10 Feb 2014 15:25:11 +0000 akyte comment 63366 at https://www.ejabberd.im Look at the ejabberd source https://www.ejabberd.im/node/16932#comment-63316 <p>Look at the ejabberd source code for examples. For instance, mod_offline.erl calls something like this:<br /> mnesia:create_table(offline_msg, [{disc_only_copies, [node()]} ]).</p> Fri, 31 Jan 2014 12:37:11 +0000 mfoss comment 63316 at https://www.ejabberd.im