Merge pull request #13584 from pstructures/develop

Installation issue
This commit is contained in:
Laurent Destailleur 2020-04-12 16:38:08 +02:00 committed by GitHub
commit 51eea01505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ CREATE TABLE llx_blockedlog
signature varchar(100) NOT NULL,
signature_line varchar(100) NOT NULL,
object_data mediumtext,
object_version varchar(32) DEFAULT '';
object_version varchar(32) DEFAULT '',
certified integer
) ENGINE=innodb;