Closed (fixed)
Project:
Upload Image
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2006 at 03:43 UTC
Updated:
16 Jan 2007 at 16:30 UTC
This is what needs to be added:
case 'pgsql':
db_query("CREATE TABLE {upload_images} (
nid int NOT NULL default 0,
fid int NOT NULL default 0,
oid int NOT NULL default 0,
PRIMARY KEY (nid)
) ;");
db_query("CREATE INDEX upload_images_idx on upload_images(oid) ;");
break;
Comments
Comment #1
walkah commentedRe-assigning this to Upload Image module
Comment #2
drewish commentedthanks, this has been committed to 4.7 and HEAD.
Comment #3
(not verified) commented