Update llx_ticketsup.sql

This commit is contained in:
Frédéric FRANCE 2018-03-12 08:34:47 +01:00 committed by GitHub
parent f447d1287c
commit 478b3dfa42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,6 @@ CREATE TABLE llx_ticketsup
datec datetime,
date_read datetime,
date_close datetime,
notify_tiers_at_create,
notify_tiers_at_create tinyint,
tms timestamp
)ENGINE=innodb;