Vasileios Lourdas wrote:
Actually, 5.10 was released a few days ago.
I hope the upgrade from 5.9 to 5.10 is easy.
The module's uninstall hook should (theoretically) take care of that. You could also do it manually though, by peeking inside the module's .install file and seeing which tables it creates when you first enable it. Then, just issue a drop table command.
I have no idea how to get to the uninstall "hook", but I can look at .install files, so I think I'll go for that option. Thanks for the help.
Daniel.