Fixed SQL install script for PostgreSQL
This commit is contained in:
parent
a0ce8974b5
commit
3c08ca5b71
@ -51,5 +51,5 @@ create table llx_socpeople
|
||||
default_lang varchar(6),
|
||||
canvas varchar(32), -- type of canvas if used (null by default)
|
||||
import_key varchar(14),
|
||||
statut tinyint(4)
|
||||
statut tinyint
|
||||
)ENGINE=innodb;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user