Update 9.0.0-10.0.0.sql

This commit is contained in:
wdammak 2019-03-15 20:46:38 +01:00 committed by GitHub
parent c9f89f3854
commit 5ee749c19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,5 +254,6 @@ 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_child (fk_product_child);
ALTER TABLE llx_product ADD COLUMN fk_project integer, ADD INDEX fk_project (fk_project);
ALTER TABLE llx_actioncomm ADD COLUMN calling_duration integer;