2
0
forked from Wavyzz/dolibarr

Add fk_email_template

This commit is contained in:
atm-lena
2020-08-26 16:06:20 +02:00
parent cf9337b644
commit a01d1b58c7
3 changed files with 9 additions and 2 deletions

View File

@@ -282,4 +282,5 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('RECRUITMENTCANDIDATURE_DELETE','Candidature deleted','Executed when a candidature is deleted','recruitment',7516);
ALTER TABLE llx_actioncomm_reminder ADD COLUMN entity integer NOT NULL DEFAULT 1;
ALTER TABLE llx_actioncomm_reminder ADD COLUMN fk_project integer NOT NULL;
ALTER TABLE llx_actioncomm_reminder ADD COLUMN fk_project integer NOT NULL;
ALTER TABLE llx_actioncomm_reminder ADD COLUMN fk_email_template integer;