Excuse the question, but why the domain tables are not delete on uninstall?
I have difficulties maintaining and porting domains setup with features and I wanted to un/re install the module but I found the tables are never deleted.

Comments

agentrickard’s picture

Issue tags: -schema

That sounds like a core bug or something else specific to your site. Any module implementing hook_schema() automatically has the tables removed on uninstall.

Make sure you use the Uninstall tab, not simply disabling the module.

agentrickard’s picture

Status: Active » Closed (cannot reproduce)