Fix: remove back quote

This commit is contained in:
Regis Houssin 2017-10-04 12:25:08 +02:00
parent a124f47dcd
commit fd2188a8c7

View File

@ -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,