mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: [ bug #1761 ] SQL error when installing 3.7 with PostgreSQL
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user