Add fk_project to product table
Prepare the generation of a product from a project.
This commit is contained in:
parent
f0796d152f
commit
c9f89f3854
@ -254,3 +254,5 @@ ALTER TABLE llx_expensereport_det ADD COLUMN subprice double(24,8) DEFAULT 0 NOT
|
|||||||
ALTER TABLE llx_product_attribute_combination ADD INDEX idx_product_att_com_product_parent (fk_product_parent);
|
ALTER TABLE llx_product_attribute_combination ADD INDEX idx_product_att_com_product_parent (fk_product_parent);
|
||||||
ALTER TABLE llx_product_attribute_combination ADD INDEX idx_product_att_com_product_child (fk_product_child);
|
ALTER TABLE llx_product_attribute_combination ADD INDEX idx_product_att_com_product_child (fk_product_child);
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE llx_actioncomm ADD COLUMN calling_duration integer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user