Skip to content

Commit

Permalink
Update llx_product.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
wdammak committed Mar 18, 2019
1 parent 5ee749c commit cf0bc88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/install/mysql/tables/llx_product.sql
Expand Up @@ -94,5 +94,6 @@ create table llx_product
fk_price_expression integer, -- Link to the rule for dynamic price calculation
desiredstock integer DEFAULT 0,
fk_unit integer DEFAULT NULL,
price_autogen tinyint DEFAULT 0
price_autogen tinyint DEFAULT 0,
fk_project integer DEFAULT NULL
)ENGINE=innodb;

0 comments on commit cf0bc88

Please sign in to comment.