2
0
forked from Wavyzz/dolibarr

Merge pull request #2193 from marcosgdf/bug-1761

Fix: [ bug #1761 ] SQL error when installing 3.7 with PostgreSQL
This commit is contained in:
Laurent Destailleur
2014-12-26 04:14:03 +01:00

View File

@@ -21,6 +21,6 @@ CREATE TABLE IF NOT EXISTS llx_usergroup_extrafields (
tms timestamp,
fk_object integer NOT NULL,
import_key varchar(14) -- import key
) ENGINE=InnoDB ;
)ENGINE=innodb;