Fix: sql error

This commit is contained in:
Regis Houssin 2011-03-14 15:08:31 +00:00
parent 58c252bdf9
commit 89d1ad7de6

View File

@ -26,6 +26,6 @@ create table llx_element_lock
datel datetime, -- date of lock
datem datetime, -- date of unlock/modif
fk_user_modif integer,
lock tinyint DEFAULT 0, -- 0 unlock, 1 lock
lock tinyint DEFAULT 0 -- 0 unlock, 1 lock
)ENGINE=innodb;