I discovered this problem when pulling in a new feature that relied on field_collection, which was not enabled, but the tables existed.
I will post a patch soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1882836-uninstall-drop-tables-1.patch | 580 bytes | elvis2 |
I discovered this problem when pulling in a new feature that relied on field_collection, which was not enabled, but the tables existed.
I will post a patch soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1882836-uninstall-drop-tables-1.patch | 580 bytes | elvis2 |
Comments
Comment #1
elvis2 commentedHere is a patch, adding the hook_uninstall to .install.
Comment #2
elvis2 commentedComment #3
pedrospPatch applied on last dev, cron forced, still no option to remove module. (Fields pending deletion message )
Comment #4
jmuzz commentedI tested this earlier for #1616898: No hook_uninstall function. This may not have been true when this issue was opened, but the uninstall hook is not necessary, the tables will be deleted.