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
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

drewish - February 26, 2007 - 06:36
Status:active» duplicate

this has been committed from a different issue.

 
 

Drupal is a registered trademark of Dries Buytaert.