Update 6.0.0-7.0.0.sql
timestamp NOT NULL can cause SQL error.
This commit is contained in:
parent
9f2a628c3b
commit
95b56f0518
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user