Closed (fixed)
Project:
Import / Export API
Version:
master
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2006 at 16:00 UTC
Updated:
9 Dec 2006 at 15:45 UTC
The PostgreSQL table definition in importexportapi.install has an error. This should solve it:
--- importexportapi.install_dist 2006-10-28 17:54:17.000000000 +0200
+++ importexportapi.install 2006-10-28 17:54:55.000000000 +0200
@@ -60,7 +60,7 @@
alt_field varchar(255) NOT NULL default \'\',
value_alt varchar(255) NOT NULL default \'\',
value_key integer NOT NULL default \'0\',
- PRIMARY KEY (put_map_id)
+ PRIMARY KEY (put_map_alt_id)
)
');
db_query('CREATE INDEX {importexportapi_db_put_map_alt}_put_id_idx
Comments
Comment #1
bdragon commentedFixed in rev. 1.5 of importexportapi.install.
Comment #2
(not verified) commented