Looks like author forget to insert scheme implementation into the relativity module.
I expect it should be something like this:
/**
* Implementation of hook_schema().
*/
function relativity_schema() {
$schema['relativity'] = array(
...
$schema[relativity_query] =
...
Waiting for update.
Comments
Comment #1
darius commentedYou were right, the correct install file is in CVS now. However, note that adding and deleting relationships still does not work (patches are welcome, it's the stuff in hook_menu).
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.