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