Skip to content
Snippets Groups Projects
Commit 0a376dc8 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: "lock" is a mysql function

parent 89d1ad7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
status tinyint DEFAULT 0 -- 0 unlock, 1 lock
)ENGINE=innodb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment