Merge pull request #19071 from ns-info90/patch-1
Fix can't generate pdf last_main_doc
This commit is contained in:
commit
0d4d192b3c
@ -59,7 +59,7 @@ ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD UNIQUE INDEX uk_
|
|||||||
-- VMYSQL4.3 ALTER TABLE llx_eventorganization_conferenceorboothattendee MODIFY COLUMN fk_actioncomm integer NULL;
|
-- VMYSQL4.3 ALTER TABLE llx_eventorganization_conferenceorboothattendee MODIFY COLUMN fk_actioncomm integer NULL;
|
||||||
-- VPGSQL8.2 ALTER TABLE llx_eventorganization_conferenceorboothattendee ALTER COLUMN fk_actioncomm DROP NOT NULL;
|
-- VPGSQL8.2 ALTER TABLE llx_eventorganization_conferenceorboothattendee ALTER COLUMN fk_actioncomm DROP NOT NULL;
|
||||||
|
|
||||||
|
ALTER TABLE llx_mrp_mo ADD COLUMN last_main_doc varchar(255);
|
||||||
|
|
||||||
UPDATE llx_extrafields SET elementtype = 'salary' WHERE elementtype = 'payment_salary';
|
UPDATE llx_extrafields SET elementtype = 'salary' WHERE elementtype = 'payment_salary';
|
||||||
ALTER TABLE llx_payment_salary_extrafields RENAME TO llx_salary_extrafields;
|
ALTER TABLE llx_payment_salary_extrafields RENAME TO llx_salary_extrafields;
|
||||||
|
|||||||
@ -39,6 +39,7 @@ CREATE TABLE llx_mrp_mo(
|
|||||||
date_start_planned datetime,
|
date_start_planned datetime,
|
||||||
date_end_planned datetime,
|
date_end_planned datetime,
|
||||||
fk_bom integer,
|
fk_bom integer,
|
||||||
fk_project integer
|
fk_project integer,
|
||||||
|
last_main_doc varchar(255)
|
||||||
-- END MODULEBUILDER FIELDS
|
-- END MODULEBUILDER FIELDS
|
||||||
) ENGINE=innodb;
|
) ENGINE=innodb;
|
||||||
Loading…
Reference in New Issue
Block a user