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

darius’s picture

Status: Active » Fixed

You 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).

Anonymous’s picture

Status: Fixed » Closed (fixed)

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