Fix: remove back quote
This commit is contained in:
parent
a124f47dcd
commit
fd2188a8c7
@ -302,7 +302,7 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
|
||||
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PROPOSAL_SUPPLIER_CLOSE_SIGNED','Price request closed signed','Executed when a customer proposal is closed signed','proposal_supplier',10);
|
||||
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('PROPOSAL_SUPPLIER_CLOSE_REFUSED','Price request closed refused','Executed when a customer proposal is closed refused','proposal_supplier',10);
|
||||
|
||||
DROP TABLE `llx_projet_task_comment`;
|
||||
-- DROP TABLE llx_projet_task_comment;
|
||||
CREATE TABLE IF NOT EXISTS llx_comment (
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
datec datetime DEFAULT NULL,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user