Postgres table create - missing. Here is what must be added
bkieser - November 13, 2006 - 03:24
| Project: | Image |
| Version: | 6.x-1.x-dev |
| Component: | image_attach |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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;

#1
this has been committed from a different issue.