Skip to content

Commit

Permalink
Update 9.0.0-10.0.0.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 21, 2019
1 parent 56bee8a commit 52b9149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/install/mysql/migration/9.0.0-10.0.0.sql
Expand Up @@ -254,6 +254,7 @@ 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_product ADD COLUMN fk_project integer DEFAULT NULL;
ALTER TABLE llx_product ADD INDEX idx_product_fk_project (fk_project);

ALTER TABLE llx_actioncomm ADD COLUMN calling_duration integer;

0 comments on commit 52b9149

Please sign in to comment.