Update 6.0.0-7.0.0.sql

timestamp NOT NULL can cause SQL error.
This commit is contained in:
Francis Appels 2019-12-17 12:19:35 +01:00 committed by GitHub
parent 9f2a628c3b
commit 95b56f0518
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),