try to fix build fail

This commit is contained in:
lmarcouiller 2022-04-28 11:47:13 +02:00
parent be2502c29f
commit 701960bd70

View File

@ -16,7 +16,7 @@
create table llx_webhook_target_extrafields
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
tms timestamp,
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
fk_object integer NOT NULL,
import_key varchar(14) -- import key
) ENGINE=innodb;