This module is changing the Domain table without altering it's schema. A hook_schema_alter() should be implemented to fix that so that other modules can correctly interact with it.

Also - why is drupal_install_schema() used in the install and uninstall files? No schema is installed so only modifying the existing table should be enough.

I'm attaching a patch which changes these things.

---

This patch is the result of around two days of work to upgrade and improve the Domain Relationships module to get some new features which we at Good Old needed for a customers site. This is one of many patches for improvements that I'm separating out of my staging git-repo: http://github.com/voxpelli/drupal-domain-relationships

Comments

nonsie’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for the patch. Committed - http://drupal.org/cvs?commit=264322

voxpelli’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.