When the module is uninstalled via UI/pm-uninstall the module's databases are not dropped.

CommentFileSizeAuthor
#1 add_hook_uninstall-1616898.patch441 bytesenergee

Comments

energee’s picture

StatusFileSize
new441 bytes

Added

energee’s picture

Status: Active » Needs review
jmuzz’s picture

Issue summary: View changes
Status: Needs review » Closed (works as designed)

As stated in the documentation for hook_uninstall, database tables defined by hook_schema() will be removed automatically. I tested this and the tables were removed when uninstalling the module.