Hi,<br><br>Probably a simple problem but I don&#39;t find solution on d.o. <br><br>I have a D6 contrib module that did not use database before, but now it does. The problem is that even though a .install file has been added, the database is not created in case the older version of the module is enabled already, not even after running /update.php.<br>
<br><a href="http://drupal.org/node/323314">http://drupal.org/node/323314</a> explains that &quot;.install file is run the first time a module is enabled&quot; -- but how to make sure the initial database is installed on an existing module? Is the only solution to solve it via hook_update_N, detecting whether the table exists, and installing it -- even though in fact we are installing, not updating?<br>
<br>Thanks,<br><br>Tomáš<br><br>