Update llx_product.sql
This commit is contained in:
parent
5ee749c19d
commit
cf0bc88601
@ -94,5 +94,6 @@ create table llx_product
|
|||||||
fk_price_expression integer, -- Link to the rule for dynamic price calculation
|
fk_price_expression integer, -- Link to the rule for dynamic price calculation
|
||||||
desiredstock integer DEFAULT 0,
|
desiredstock integer DEFAULT 0,
|
||||||
fk_unit integer DEFAULT NULL,
|
fk_unit integer DEFAULT NULL,
|
||||||
price_autogen tinyint DEFAULT 0
|
price_autogen tinyint DEFAULT 0,
|
||||||
|
fk_project integer DEFAULT NULL
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user