in userlink.install the SQL could be like
"CREATE TABLE {userlink} (
nid integer NOT NULL default '0',
vid integer NOT NULL default '0',
url varchar(255) NOT NULL default '',
private integer NOT NULL default '0'
);"

Maybe (I am not an SQL expert) "CREATE INDEX userlink_nid_vid ON {userlink} (nid,vid);" could make sense.

Comments

pomliane’s picture

Status: Active » Closed (won't fix)

This version of userlink is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.