Closed (cannot reproduce)
Project:
Domain
Version:
7.x-3.9
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2013 at 13:51 UTC
Updated:
4 Apr 2013 at 14:34 UTC
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
Comment #1
agentrickardThat 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.
Comment #2
agentrickard