After having bugs that were in a previous build i deleted the mysql data entries after de-installing the module, assuming that on a new install they would be recreated. However there not being done so can someone post me the SQL needed to recreate the tables ?
Comments
Comment #1
heine commentedHere you go (form the .install file)
Comment #2
heine commentedRemove the { and } from the table names! If you use a table prefix add it to the table names.
Comment #3
desm0n commentedthanks very much, all appears to be working perfectly now ..
Comment #4
heine commentedComment #5
Dave Cohen commentedGlad that worked.
The other approach, and this is true for any module using the new install system, would be
Then, go to admin->modules and re-enable the module.
Comment #6
(not verified) commented