Closed (duplicate)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_attach
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2006 at 03:24 UTC
Updated:
26 Feb 2007 at 06:36 UTC
The Postgres table create is missing in image_attach.install
Here is what must be added:
case 'pgsql':
db_query("
CREATE TABLE {image_attach} (
nid int NOT NULL default 0,
iid int NOT NULL default 0,
PRIMARY KEY (nid)
)
");
break;
Comments
Comment #1
drewish commentedthis has been committed from a different issue.