Closed (won't fix)
Project:
userlink
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2007 at 13:55 UTC
Updated:
3 Feb 2013 at 18:05 UTC
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
Comment #1
pomliane commentedThis 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.