postgresql support
duckofdeath - October 16, 2007 - 13:55
| Project: | userlink |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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.
