Merge pull request #12727 from fappels/patch-1

Update 6.0.0-7.0.0.sql
This commit is contained in:
Laurent Destailleur 2019-12-23 14:00:15 +01:00 committed by GitHub
commit 76d23141fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,7 +285,7 @@ CREATE TABLE llx_website_account(
date_last_login datetime,
date_previous_login datetime,
date_creation datetime NOT NULL,
tms timestamp NOT NULL,
tms timestamp,
fk_user_creat integer NOT NULL,
fk_user_modif integer,
import_key varchar(14),