Installation issue

Installation SQL issue due to a ';' instead of a ','.
This commit is contained in:
Matt Sidnell 2020-04-12 15:21:14 +01:00 committed by GitHub
parent d7784887d1
commit 7c72e40659
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;